diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2024-01-21 06:27:22 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2024-01-21 06:32:10 +0100 |
commit | 6a081e5d9f1037f29005ca99805d9bfe6779df27 (patch) | |
tree | 9cd6f01b8b7d9405bb481aa533474a1961583fd6 /package/nginx/Makefile | |
parent | 7ef5a89bf50cfe0cba7fa96605e8291d670a8df1 (diff) |
nginx: update to 1.25.3
Diffstat (limited to 'package/nginx/Makefile')
-rw-r--r-- | package/nginx/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/nginx/Makefile b/package/nginx/Makefile index a02d56941..6a13c1277 100644 --- a/package/nginx/Makefile +++ b/package/nginx/Makefile @@ -4,9 +4,9 @@ include $(ADK_TOPDIR)/rules.mk PKG_NAME:= nginx -PKG_VERSION:= 1.21.3 +PKG_VERSION:= 1.25.3 PKG_RELEASE:= 1 -PKG_HASH:= 14774aae0d151da350417efc4afda5cce5035056e71894836797e1f6e2d1175a +PKG_HASH:= 64c5b975ca287939e828303fa857d22f142b251f17808dfe41733512d9cded86 PKG_DESCR:= powerful http reverse proxy and webserver PKG_SECTION:= net/http PKG_BUILDDEP:= pcre zlib |