upgraded lua-resty-dns to 0.22rc1.

This commit is contained in:
jiahao
2021-05-07 19:29:43 +08:00
parent 7d262c5c8d
commit 12db974fc0
2 changed files with 58 additions and 58 deletions

View File

@ -719,7 +719,7 @@ cd ..
#################################
ver=0.21
ver=0.22rc1
$root/util/get-tarball "https://github.com/openresty/lua-resty-dns/tarball/v$ver" -O "lua-resty-dns-$ver.tar.gz" || exit 1
tar -xzf lua-resty-dns-$ver.tar.gz || exit 1
mv openresty-lua-resty-dns-* lua-resty-dns-$ver || exit 1