mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
network/nginx: Updated for version 1.21.6.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
a8bd4895b3
commit
d04ed139a2
2 changed files with 5 additions and 5 deletions
|
@ -30,7 +30,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=nginx
|
||||
VERSION=${VERSION:-1.12.2}
|
||||
VERSION=${VERSION:-1.21.6}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="nginx"
|
||||
VERSION="1.12.2"
|
||||
HOMEPAGE="http://nginx.org/"
|
||||
DOWNLOAD="http://nginx.org/download/nginx-1.12.2.tar.gz"
|
||||
MD5SUM="4d2fc76211435f029271f1cf6d7eeae3"
|
||||
VERSION="1.21.6"
|
||||
HOMEPAGE="https://nginx.org/"
|
||||
DOWNLOAD="https://nginx.org/download/nginx-1.21.6.tar.gz"
|
||||
MD5SUM="e7a9b0388d8812ba6063de4e7e7969be"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue