mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
network/nginx: Updated for version 1.26.2. New maintainer
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
416ee7cfec
commit
3aea9437e5
2 changed files with 7 additions and 6 deletions
|
@ -6,6 +6,7 @@
|
|||
# Copyright 2011 Diogo Leal <diogo@diogoleal.com>
|
||||
# Copyright 2012-13 Francisco Ambrozio <sbo@franciscoambrozio.com>
|
||||
# Copyright 2014-2017 Larry Hajali <larryhaja[at]gmail[dot]com>
|
||||
# Copyright 2024 Eugene Wissner, Mannheim, Germany
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -30,7 +31,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=nginx
|
||||
VERSION=${VERSION:-1.23.2}
|
||||
VERSION=${VERSION:-1.26.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="nginx"
|
||||
VERSION="1.23.2"
|
||||
VERSION="1.26.2"
|
||||
HOMEPAGE="https://nginx.org/"
|
||||
DOWNLOAD="https://nginx.org/download/nginx-1.23.2.tar.gz"
|
||||
MD5SUM="131948d88349e20afd69a1b43b3c1d47"
|
||||
DOWNLOAD="https://nginx.org/download/nginx-1.26.2.tar.gz"
|
||||
MD5SUM="1588676be2a01a63d3a150fae6c3f4a9"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
MAINTAINER="Larry Hajali"
|
||||
EMAIL="larryhaja[at]gmail[dot]com"
|
||||
MAINTAINER="Eugene Wissner"
|
||||
EMAIL="belka@caraus.de"
|
||||
|
|
Loading…
Reference in a new issue