upgraded LuaJIT to 2.1-20170808, resty-cli to 0.18, and lua-resty-core to 0.1.12.

This commit is contained in:
Yichun Zhang (agentzh) 2017-08-08 12:41:12 -07:00
parent a21f5e4631
commit a864af25cf
1 changed files with 3 additions and 3 deletions

View File

@ -558,7 +558,7 @@ mv openresty-redis2-nginx-module-* redis2-nginx-module-$ver || exit 1
#################################
ver=0.18rc6
ver=0.18
$root/util/get-tarball "https://github.com/openresty/resty-cli/tarball/v$ver" -O resty-cli-$ver.tar.gz || exit 1
tar -xzf resty-cli-$ver.tar.gz || exit 1
mv openresty-resty-cli-* resty-cli-$ver || exit 1
@ -599,7 +599,7 @@ mv openresty-opm-* opm-$ver || exit 1
#################################
ver=2.1-20170517
ver=2.1-20170808
$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
@ -775,7 +775,7 @@ cd ..
#################################
ver=0.1.12rc8
ver=0.1.12
$root/util/get-tarball "https://github.com/openresty/lua-resty-core/tarball/v$ver" -O "lua-resty-core-$ver.tar.gz" || exit 1
tar -xzf lua-resty-core-$ver.tar.gz || exit 1
mv openresty-lua-resty-core-* lua-resty-core-$ver || exit 1