upgraded ngx_lua_upstream module to 0.02.

This commit is contained in:
Yichun Zhang (agentzh) 2014-04-24 21:47:20 -07:00
parent 332a42f57f
commit 6ab944ebc4
1 changed files with 1 additions and 1 deletions

View File

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