upgraded LuaJIT to v2.1-20140805.

This commit is contained in:
Yichun Zhang (agentzh) 2014-08-05 14:59:19 -07:00
parent c23007bcce
commit b7f6be5a2f
1 changed files with 1 additions and 1 deletions

View File

@ -452,7 +452,7 @@ echo
#################################
ver=2.1-20140707
ver=2.1-20140805
$root/util/get-tarball "https://github.com/openresty/luajit2/archive/v$ver.tar.gz" -O "LuaJIT-$ver.tar.gz" || exit 1
tar -xzf LuaJIT-$ver.tar.gz || exit 1
mv luajit2-* LuaJIT-$ver || exit 1