diff options
author | Daniel Golle <daniel@makrotopia.org> | 2020-10-22 15:44:01 +0100 |
---|---|---|
committer | Hannu Nyman <hannu.nyman@iki.fi> | 2020-10-29 21:02:18 +0200 |
commit | c8bfe55026efbf2b9b467a096493d07b1aa6e3b1 (patch) | |
tree | 80f50efe2eddebda2c50cf3c32fd71adf5362ca2 /net/nginx/Makefile | |
parent | 9d9669c2ffe4ebf1d9ed520c1f3deb3fcfc10120 (diff) |
nginx: adapt to changed ubus socket path
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
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 0b5687392..0ad0d1488 100644 --- a/net/nginx/Makefile +++ b/net/nginx/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=nginx PKG_VERSION:=1.19.2 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE:=nginx-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://nginx.org/download/ |