network/nginx: Updated for version 0.8.54.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Diogo Leal 2010-12-27 00:23:40 -06:00 committed by Niels Horn
parent 333e339e2f
commit b944b81099
2 changed files with 4 additions and 4 deletions

View file

@ -25,7 +25,7 @@
# Modified by Max Miorim <miorimmax@gmail.com>
PRGNAM=nginx
VERSION=${VERSION:-0.8.53}
VERSION=${VERSION:-0.8.54}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="nginx"
VERSION="0.8.53"
VERSION="0.8.54"
HOMEPAGE="http://nginx.org/"
DOWNLOAD="http://nginx.org/download/nginx-0.8.53.tar.gz"
MD5SUM="717eaea1b34e8663849f64b9aa05a9da"
DOWNLOAD="http://nginx.org/download/nginx-0.8.54.tar.gz"
MD5SUM="44df4eb6a22d725021288c570789046f"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Diogo Leal"