upgraded lua-resty-upstream-healthcheck to 0.04.

This commit is contained in:
Yichun Zhang (agentzh) 2016-03-08 16:57:00 -08:00
parent aa6c86f46a
commit 6dd13af2a1
1 changed files with 1 additions and 1 deletions

View File

@ -687,7 +687,7 @@ mv openresty-lua-resty-core-* lua-resty-core-$ver || exit 1
#################################
ver=0.03
ver=0.04
$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