From b535ee20b6113dc3cba1d2fa50ffcd7b76a6ecd6 Mon Sep 17 00:00:00 2001 From: Thomas Heil Date: Thu, 17 Aug 2017 01:05:46 +0200 Subject: [PATCH] nginx: update lua-nginx to cdd2ae921f67bf396c743406493127be496e57ce - fixes lua compilation issue Signed-off-by: Thomas Heil --- net/nginx/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/nginx/Makefile b/net/nginx/Makefile index 4624c1aa1..6552b4602 100644 --- a/net/nginx/Makefile +++ b/net/nginx/Makefile @@ -270,7 +270,7 @@ define Prepare/nginx-naxsi endef define Download/lua-nginx - VERSION:=1967998b0eedab1ff51bff8fafa5fc3db47976aa + VERSION:=cdd2ae921f67bf396c743406493127be496e57ce SUBDIR:=lua-nginx FILE:=lua-nginx-module-$(PKG_VERSION)-$$(VERSION).tar.gz URL:=https://github.com/openresty/lua-nginx-module.git