upgraded luajit to 2.0.0rc2.

This commit is contained in:
agentzh (Yichun Zhang)
2012-11-06 12:21:49 -08:00
parent 8950d4655d
commit 86a935befc
2 changed files with 2 additions and 2 deletions

View File

@ -308,7 +308,7 @@ echo
#################################
ver=2.0.0-rc1
ver=2.0.0-rc2
$root/util/get-tarball "http://luajit.org/download/LuaJIT-$ver.tar.gz" -O "LuaJIT-$ver.tar.gz" || exit 1
tar -xzf LuaJIT-$ver.tar.gz || exit 1