diff options
author | Tiago Gaspar <tiagogaspar8@gmail.com> | 2023-12-22 01:43:38 +0000 |
---|---|---|
committer | Josef Schlehofer <pepe.schlehofer@gmail.com> | 2024-01-04 22:35:17 +0100 |
commit | 5f16794b5f3bcce6c9303e490640dda5e6fad1eb (patch) | |
tree | ab554685dc3a2e68fd77be0967dede801b157f96 /net/nginx/Makefile | |
parent | cdcc6edc1380bfd9275a2a442fd029ac6b2b97a1 (diff) |
nginx: update to 1.25.3
Update nginx to the latest version.
Signed-off-by: Tiago Gaspar <tiagogaspar8@gmail.com>
Diffstat (limited to 'net/nginx/Makefile')
-rw-r--r-- | net/nginx/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/nginx/Makefile b/net/nginx/Makefile index 0accdd099..7509d9575 100644 --- a/net/nginx/Makefile +++ b/net/nginx/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=nginx -PKG_VERSION:=1.25.2 -PKG_RELEASE:=2 +PKG_VERSION:=1.25.3 +PKG_RELEASE:=1 PKG_SOURCE:=nginx-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://nginx.org/download/ -PKG_HASH:=05dd6d9356d66a74e61035f2a42162f8c754c97cf1ba64e7a801ba158d6c0711 +PKG_HASH:=64c5b975ca287939e828303fa857d22f142b251f17808dfe41733512d9cded86 PKG_MAINTAINER:=Thomas Heil <heil@terminal-consulting.de> \ Christian Marangi <ansuelsmth@gmail.com> |