aboutsummaryrefslogtreecommitdiff
path: root/net/nginx/Makefile
diff options
context:
space:
mode:
authorJan Klos <jan@klos.xyz>2024-03-18 17:53:02 +0100
committerJosef Schlehofer <pepe.schlehofer@gmail.com>2024-03-26 16:46:42 +0100
commitae870abc89d010d102ca4726d064d8f60c95f2b0 (patch)
tree92f1ea6f81dc193d3b42d36fc78876335b2b5868 /net/nginx/Makefile
parent7f01006f96190947a799621970bfdc719af732ec (diff)
nginx: update to 1.25.4
Signed-off-by: Jan Klos <jan@klos.xyz>
Diffstat (limited to 'net/nginx/Makefile')
-rw-r--r--net/nginx/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/nginx/Makefile b/net/nginx/Makefile
index 3d199b962..6612c5935 100644
--- a/net/nginx/Makefile
+++ b/net/nginx/Makefile
@@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=nginx
-PKG_VERSION:=1.25.3
-PKG_RELEASE:=2
+PKG_VERSION:=1.25.4
+PKG_RELEASE:=1
PKG_SOURCE:=nginx-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://nginx.org/download/
-PKG_HASH:=64c5b975ca287939e828303fa857d22f142b251f17808dfe41733512d9cded86
+PKG_HASH:=760729901acbaa517996e681ee6ea259032985e37c2768beef80df3a877deed9
PKG_MAINTAINER:=Thomas Heil <heil@terminal-consulting.de> \
Christian Marangi <ansuelsmth@gmail.com>