Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/facebook/luaffifb.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '.travis/install_lua.sh')
-rwxr-xr-x.travis/install_lua.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis/install_lua.sh b/.travis/install_lua.sh
index c2c0238..323f2cc 100755
--- a/.travis/install_lua.sh
+++ b/.travis/install_lua.sh
@@ -18,7 +18,7 @@ mkdir -p "$PREFIX"
mkdir -p "$TMPSRC"
if [ "$LUA_VERSION" == "LUA51" ]; then
- URL="http://www.lua.org/ftp/lua-5.2.4.tar.gz"
+ URL="http://www.lua.org/ftp/lua-5.1.5.tar.gz"
elif [ "$LUA_VERSION" == "LUA52" ]; then
URL="http://www.lua.org/ftp/lua-5.2.4.tar.gz"
elif [ "$LUA_VERSION" == "LUA53" ]; then