upgraded ngx_lua_upstream to 0.06.

This commit is contained in:
Yichun Zhang (agentzh) 2016-08-15 14:47:48 -07:00
parent 6c5e27c40e
commit 8269bbfb3a
1 changed files with 1 additions and 1 deletions

View File

@ -410,7 +410,7 @@ mv openresty-lua-nginx-module-* ngx_lua-$ver || exit 1
#################################
ver=0.05
ver=0.06
$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