upgraded ngx_http_lua_upstream_module to 0.04.

This commit is contained in:
Yichun Zhang (agentzh) 2015-10-28 16:16:08 +08:00
parent 2d0119084e
commit 3e94b37750
1 changed files with 1 additions and 1 deletions

View File

@ -369,7 +369,7 @@ mv openresty-lua-nginx-module-* ngx_lua-$ver || exit 1
#################################
ver=0.03
ver=0.04
$root/util/get-tarball "https://github.com/openresty/lua-upstream-nginx-module/tarball/v$ver" -O lua-upstream-nginx-module-$ver.tar.gz || exit 1
tar -xzf lua-upstream-nginx-module-$ver.tar.gz || exit 1
mv openresty-lua-upstream-nginx-module-* ngx_lua_upstream-$ver || exit 1