bumped lua-resty-upstream-healthcheck version to 0.08.

This commit is contained in:
jiahao 2023-03-21 21:42:35 +08:00
parent 0d32bd9bdb
commit 12da0a6e1c
No known key found for this signature in database
GPG Key ID: 5E01169275FFB52B
1 changed files with 1 additions and 1 deletions

View File

@ -863,7 +863,7 @@ mv openresty-lua-resty-core-* lua-resty-core-$ver || exit 1
#################################
ver=0.08rc1
ver=0.08
$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