Skip to content

Commit

Permalink
Merge pull request #10947 from Ansuel/nginx
Browse files Browse the repository at this point in the history
nginx: update ubus module
  • Loading branch information
hnyman authored Jan 5, 2020
2 parents 2cce710 + db1973c commit 246c741
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions net/nginx/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk

PKG_NAME:=nginx
PKG_VERSION:=1.17.7
PKG_RELEASE:=1
PKG_RELEASE:=2

PKG_SOURCE:=nginx-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://nginx.org/download/
Expand Down Expand Up @@ -547,11 +547,11 @@ endif

ifeq ($(CONFIG_NGINX_UBUS),y)
define Download/nginx-ubus-module
VERSION:=4547af00991357c9bc3bf4266b7c1547841bf204
VERSION:=f30b0167a2cdb40f23bd90928d601bdb0c1b8fad
SUBDIR:=nginx-ubus-module
FILE:=nginx-ubus-module-$$(VERSION).tar.xz
URL:=https://github.com/Ansuel/nginx-ubus-module.git
MIRROR_HASH:=4e354934bd5fbd82b3d4c5ada19459c0f12162186a7a101a6426e2e1f30a8236
MIRROR_HASH:=02c7d4b0df7f4b69605e71b0fefdc99b5a9470c68cad7ccfb31ebefe4e7e0704
PROTO:=git
endef
$(eval $(call Download,nginx-ubus-module))
Expand Down

0 comments on commit 246c741

Please sign in to comment.