upgraded LuaJIT to v2.1-20140531, ngx_srcache to 0.27, and lua-resty-core to 0.0.7.

This commit is contained in:
Yichun Zhang (agentzh) 2014-05-31 21:58:37 -07:00
parent b54113f517
commit 20ace16258
1 changed files with 3 additions and 3 deletions

View File

@ -343,7 +343,7 @@ mv openresty-memc-nginx-module-* memc-nginx-module-$ver || exit 1
#################################
ver=0.26
ver=0.27
$root/util/get-tarball "https://github.com/openresty/srcache-nginx-module/tarball/v$ver" -O srcache-nginx-module-$ver.tar.gz || exit 1
tar -xzf srcache-nginx-module-$ver.tar.gz || exit 1
mv openresty-srcache-nginx-module-* srcache-nginx-module-$ver || exit 1
@ -438,7 +438,7 @@ echo
#################################
ver=2.1-20140520
ver=2.1-20140531
$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
@ -538,7 +538,7 @@ mv openresty-lua-resty-lock-* lua-resty-lock-$ver || exit 1
#################################
ver=0.0.6
ver=0.0.7
$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