upgraded ngx_stream_lua to 0.0.10.

This commit is contained in:
jiahao
2021-06-29 23:36:40 +08:00
parent 66a8c85811
commit 4b99fd3c0e
2 changed files with 60 additions and 60 deletions

View File

@ -579,7 +579,7 @@ mv openresty-lua-upstream-nginx-module-* ngx_lua_upstream-$ver || exit 1
#################################
ver=0.0.10rc2
ver=0.0.10
$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