upgraded lua-resty-upstream-healthcheck to 0.03.

This commit is contained in:
Yichun Zhang (agentzh) 2014-08-16 13:41:17 -07:00
parent 9d3aa49228
commit 8da3363507
1 changed files with 1 additions and 1 deletions

View File

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