network/nginx: Updated for version 1.0.8.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Diogo Leal 2011-10-26 14:33:02 -05:00 committed by Niels Horn
parent 5a5401073d
commit ce6324a88e
2 changed files with 4 additions and 4 deletions

View file

@ -25,7 +25,7 @@
# Modified by Diogo Leal <diogo@diogoleal.com>
PRGNAM=nginx
VERSION=${VERSION:-1.0.5}
VERSION=${VERSION:-1.0.8}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="nginx"
VERSION="1.0.5"
VERSION="1.0.8"
HOMEPAGE="http://nginx.org/"
DOWNLOAD="http://nginx.org/download/nginx-1.0.5.tar.gz"
MD5SUM="373c7761a7c682b92b164c8ee3d6d243"
DOWNLOAD="http://nginx.org/download/nginx-1.0.8.tar.gz"
MD5SUM="1049e5fc6e80339f6ba8668fadfb75f9"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Diogo Leal"