diff --git a/scripts/bootstrap-depends.sh b/scripts/bootstrap-depends.sh index ad626ba605712999b50a165ca901fb299f005fab..9446012c195ed3aee6bc68ce8afb97d9a3921c6e 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"