bumped ngx_lua to 0.10.14rc7 and lua-resty-shell to 0.02.

This commit is contained in:
Thibault Charbonnier
2019-02-22 18:25:56 -08:00
parent 60589ee251
commit 7630d23428
2 changed files with 113 additions and 113 deletions

View File

@ -496,7 +496,7 @@ mv openresty-drizzle-nginx-module-* drizzle-nginx-module-$ver || exit 1
#################################
ver=0.10.14rc6
ver=0.10.14rc7
$root/util/get-tarball "https://github.com/openresty/lua-nginx-module/archive/v$ver.tar.gz" -O lua-nginx-module-$ver.tar.gz || exit 1
tar -xzf lua-nginx-module-$ver.tar.gz || exit 1
mv lua-nginx-module-$ver ngx_lua-$ver || exit 1
@ -872,7 +872,7 @@ cd ..
#################################
ver=0.01
ver=0.02
$root/util/get-tarball "https://github.com/openresty/lua-resty-shell/tarball/v$ver" -O "lua-resty-shell-$ver.tar.gz" || exit 1
tar -xzf lua-resty-shell-$ver.tar.gz || exit 1
mv openresty-lua-resty-shell-* lua-resty-shell-$ver || exit 1