upgraded ngx_lua_upstream to 0.07 and lua-resty-upstream-healthcheck to 0.05.

This commit is contained in:
Yichun Zhang (agentzh) 2017-08-08 12:45:30 -07:00
parent a864af25cf
commit 843c260daf
1 changed files with 2 additions and 2 deletions

View File

@ -463,7 +463,7 @@ mv openresty-lua-nginx-module-* ngx_lua-$ver || exit 1
#################################
ver=0.07rc1
ver=0.07
$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
@ -787,7 +787,7 @@ mv openresty-lua-resty-core-* lua-resty-core-$ver || exit 1
#################################
ver=0.04
ver=0.05
$root/util/get-tarball "https://github.com/openresty/lua-resty-upstream-healthcheck/tarball/v$ver" -O "lua-resty-upstream-healthcheck-$ver.tar.gz" || exit 1
tar -xzf lua-resty-upstream-healthcheck-$ver.tar.gz || exit 1
mv openresty-lua-resty-upstream-healthcheck-* lua-resty-upstream-healthcheck-$ver || exit 1