From 401138f7f3b319a2a8014fe73d9c688cced2755e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ond=C5=99ej=20Sur=C3=BD?= Date: Wed, 11 Jan 2017 16:50:07 +0100 Subject: [PATCH] Revert back to luajit v2.0.4 --- scripts/bootstrap-depends.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/bootstrap-depends.sh b/scripts/bootstrap-depends.sh index ad626ba60..9446012c1 100755 --- a/scripts/bootstrap-depends.sh +++ b/scripts/bootstrap-depends.sh @@ -17,7 +17,7 @@ NETTLE_TAG="3.3" NETTLE_URL="https://ftp.gnu.org/gnu/nettle/nettle-${NETTLE_TAG}.tar.gz" GNUTLS_TAG="3.5.8" GNUTLS_URL="ftp://ftp.gnutls.org/gcrypt/gnutls/v3.5/gnutls-${GNUTLS_TAG}.tar.xz" -LUA_VER="2.1.0-beta2" +LUA_VER="v2.0.4" LUA_URL="https://github.com/LuaJIT/LuaJIT.git" HIREDIS_TAG="v0.13.3" HIREDIS_URL="https://github.com/redis/hiredis.git" -- 2.47.3