Skip to content

Commit a2cdd6b

Browse files
belka-ewwillysr
authored andcommitted
network/nginx: Updated for version 1.26.3
Signed-off-by: Willy Sudiarto Raharjo <[email protected]>
1 parent 34b80ba commit a2cdd6b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

network/nginx/nginx.SlackBuild

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# Copyright 2011 Diogo Leal <[email protected]>
77
# Copyright 2012-13 Francisco Ambrozio <[email protected]>
88
# Copyright 2014-2017 Larry Hajali <larryhaja[at]gmail[dot]com>
9-
# Copyright 2024 Eugene Wissner, Mannheim, Germany
9+
# Copyright 2024-2025 Eugene Wissner, Mannheim, Germany
1010
# All rights reserved.
1111
#
1212
# Redistribution and use of this script, with or without modification, is
@@ -31,8 +31,8 @@
3131
cd $(dirname $0) ; CWD=$(pwd)
3232

3333
PRGNAM=nginx
34-
VERSION=${VERSION:-1.26.2}
35-
BUILD=${BUILD:-2}
34+
VERSION=${VERSION:-1.26.3}
35+
BUILD=${BUILD:-1}
3636
TAG=${TAG:-_SBo}
3737
PKGTYPE=${PKGTYPE:-tgz}
3838

network/nginx/nginx.info

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
PRGNAM="nginx"
2-
VERSION="1.26.2"
2+
VERSION="1.26.3"
33
HOMEPAGE="https://nginx.org/"
4-
DOWNLOAD="https://nginx.org/download/nginx-1.26.2.tar.gz"
5-
MD5SUM="1588676be2a01a63d3a150fae6c3f4a9"
4+
DOWNLOAD="http://nginx.org/download/nginx-1.26.3.tar.gz"
5+
MD5SUM="75f8fdd88469c4d31e0715e186b2f1f9"
66
DOWNLOAD_x86_64=""
77
MD5SUM_x86_64=""
88
REQUIRES=""

0 commit comments

Comments
 (0)