diff options
author | Glen Huang <i@glenhuang.com> | 2022-10-22 22:25:55 +0800 |
---|---|---|
committer | Glen Huang <i@glenhuang.com> | 2022-10-24 10:48:34 +0800 |
commit | 230c2d5fc423c28eb9fa8e3fa5a2bd3e626de87e (patch) | |
tree | 05e308d1d585ed6724056f28d050c129c07b4b40 /net/nginx/Makefile | |
parent | 4e369cf78065b04b81fe6579a8137bd38041b075 (diff) |
acme: update changed packages' versions
Signed-off-by: Glen Huang <i@glenhuang.com>
Diffstat (limited to 'net/nginx/Makefile')
-rw-r--r-- | net/nginx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/nginx/Makefile b/net/nginx/Makefile index 0cb8c65b0..438ee8525 100644 --- a/net/nginx/Makefile +++ b/net/nginx/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=nginx PKG_VERSION:=1.21.3 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE:=nginx-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://nginx.org/download/ |