upgraded ngx_lua to 0.10.9rc7 and lua-resty-core to 0.1.12rc7.

This commit is contained in:
Yichun Zhang (agentzh) 2017-06-30 22:48:37 -07:00
parent 3b74625ad3
commit 3b500d7c96
1 changed files with 2 additions and 2 deletions

View File

@ -449,7 +449,7 @@ mv openresty-drizzle-nginx-module-* drizzle-nginx-module-$ver || exit 1
#################################
ver=0.10.9rc6
ver=0.10.9rc7
$root/util/get-tarball "https://github.com/openresty/lua-nginx-module/tarball/v$ver" -O lua-nginx-module-$ver.tar.gz || exit 1
tar -xzf lua-nginx-module-$ver.tar.gz || exit 1
mv openresty-lua-nginx-module-* ngx_lua-$ver || exit 1
@ -768,7 +768,7 @@ cd ..
#################################
ver=0.1.12rc6
ver=0.1.12rc7
$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