mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
network/nginx: Updated for version 1.0.8.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
5a5401073d
commit
ce6324a88e
2 changed files with 4 additions and 4 deletions
|
@ -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}
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue