upgraded ngx_stream_lua to v0.0.6rc6.

This commit is contained in:
Yichun Zhang (agentzh)
2019-02-23 00:08:26 -08:00
parent 7630d23428
commit 0b956ca748
2 changed files with 60 additions and 60 deletions

View File

@ -510,7 +510,7 @@ mv openresty-lua-upstream-nginx-module-* ngx_lua_upstream-$ver || exit 1
#################################
ver=0.0.6rc5
ver=0.0.6rc6
$root/util/get-tarball "https://github.com/openresty/stream-lua-nginx-module/tarball/v$ver" -O stream-lua-nginx-module-$ver.tar.gz || exit 1
tar -xzf stream-lua-nginx-module-$ver.tar.gz || exit 1
mv openresty-stream-lua-nginx-module-* ngx_stream_lua-$ver || exit 1