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:
authorSam Gross <colesbury@gmail.com>2015-11-17 04:05:23 +0300
committerSam Gross <colesbury@gmail.com>2015-11-17 04:05:23 +0300
commitc5c3e0ea029534bd6dba20a2d0e605fbff98d961 (patch)
tree61fe9c678724658026db49888b5550c1bcdbd17b
parent385c44d99302695e9bfa71fa0bdc6e900911e15b (diff)
Fix path to Lua 5.1 source
-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