aboutsummaryrefslogtreecommitdiff
path: root/network/nginx/nginx.SlackBuild
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2024-09-05 09:27:10 +0200
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-09-07 09:08:52 +0700
commit3aea9437e5a9a93b71bf4b068a1abf52cc1c2c1c (patch)
treee5a6e701fd986183f23826391cd1260ce8324a24 /network/nginx/nginx.SlackBuild
parent416ee7cfeca956868a878e9ee28adbab8c181330 (diff)
network/nginx: Updated for version 1.26.2. New maintainer
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/nginx/nginx.SlackBuild')
-rw-r--r--network/nginx/nginx.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/network/nginx/nginx.SlackBuild b/network/nginx/nginx.SlackBuild
index 4f1d69da2e..c215103f0b 100644
--- a/network/nginx/nginx.SlackBuild
+++ b/network/nginx/nginx.SlackBuild
@@ -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}