mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
network/nginx: Updated for version 1.10.3
Signed-off-by: Larry Hajali <larryhaja[at]gmail[dot]com>
This commit is contained in:
parent
e2e22f4d05
commit
f032dbb3df
2 changed files with 4 additions and 4 deletions
|
@ -28,7 +28,7 @@
|
|||
# Special thanks to Thomas Morper for some configuration adjustments tips
|
||||
|
||||
PRGNAM=nginx
|
||||
VERSION=${VERSION:-1.10.2}
|
||||
VERSION=${VERSION:-1.10.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="nginx"
|
||||
VERSION="1.10.2"
|
||||
VERSION="1.10.3"
|
||||
HOMEPAGE="http://nginx.org/"
|
||||
DOWNLOAD="http://nginx.org/download/nginx-1.10.2.tar.gz"
|
||||
MD5SUM="e8f5f4beed041e63eb97f9f4f55f3085"
|
||||
DOWNLOAD="http://nginx.org/download/nginx-1.10.3.tar.gz"
|
||||
MD5SUM="204a20cb4f0b0c9db746c630d89ff4ea"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue