upgraded lua-resty-upstream-healthcheck to 0.02.

This commit is contained in:
Yichun Zhang (agentzh) 2014-06-30 21:35:35 -07:00
parent 185f8cacfa
commit 3dfbe11054
1 changed files with 1 additions and 1 deletions

View File

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