From eb5d13fb8dcdae987aeaa244b2eae0ffd94df1ff Mon Sep 17 00:00:00 2001 From: thelittlefireman Date: Sat, 10 Jul 2021 22:05:44 +0200 Subject: [PATCH] Upgrade lua-nginx module to 0.10.20 --- helpers/dependencies.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpers/dependencies.sh b/helpers/dependencies.sh index 8be86e4..36812ef 100644 --- a/helpers/dependencies.sh +++ b/helpers/dependencies.sh @@ -397,7 +397,7 @@ echo "[*] Clone google/ngx_brotli" git_secure_clone https://github.com/google/ngx_brotli.git 9aec15e2aa6feea2113119ba06460af70ab3ea62 # Download lua-nginx module -git_secure_clone https://github.com/openresty/lua-nginx-module.git 2d23bc4f0a29ed79aaaa754c11bffb1080aa44ba +git_secure_clone https://github.com/openresty/lua-nginx-module.git 9007d673e28938f5dfa7720438991e22b794d225 # Download, compile and install luajit2 echo "[*] Clone openresty/luajit2"