doc: updated the LuaJIT restydoc indexes to the latest version.

also upgraded LuaJIT to v2.1-20170513.
This commit is contained in:
Yichun Zhang (agentzh)
2017-05-13 16:37:13 -07:00
parent 6b905f9eef
commit 6e8b2f4984
15 changed files with 27 additions and 26 deletions

View File

@ -564,7 +564,7 @@ mv openresty-opm-* opm-$ver || exit 1
#################################
ver=2.1-20170405
ver=2.1-20170513
$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