From 6c3e2e927f2bd71e5dd784eddd67d80465aa5c55 Mon Sep 17 00:00:00 2001 From: Ansuel Smith Date: Thu, 3 Sep 2020 14:24:57 +0200 Subject: [PATCH] nginx: refresh nginx-ubus-module version Fix a compilation bug for nginx ubus module. Signed-off-by: Ansuel Smith --- net/nginx/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/nginx/Makefile b/net/nginx/Makefile index a8bc66c69..b8bfb45b3 100644 --- a/net/nginx/Makefile +++ b/net/nginx/Makefile @@ -526,11 +526,11 @@ endif ifeq ($(CONFIG_NGINX_UBUS),y) define Download/nginx-ubus-module - VERSION:=f30b0167a2cdb40f23bd90928d601bdb0c1b8fad + VERSION:=5251367fbf8f31611ca642669a08addedc6e3665 SUBDIR:=nginx-ubus-module FILE:=nginx-ubus-module-$$(VERSION).tar.xz URL:=https://github.com/Ansuel/nginx-ubus-module.git - MIRROR_HASH:=02c7d4b0df7f4b69605e71b0fefdc99b5a9470c68cad7ccfb31ebefe4e7e0704 + MIRROR_HASH:=9c1c1e8cad908b44881cb5c2c2285f51546ad8d92754576eb2fd025e04414670 PROTO:=git endef $(eval $(call Download,nginx-ubus-module))