upgraded ngx_stream_lua_module to 0.0.3.

This commit is contained in:
Yichun Zhang (agentzh) 2017-10-26 11:27:26 -07:00
parent 3763c5380e
commit 24fb031d22
1 changed files with 1 additions and 1 deletions

View File

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