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