upgraded lua-resty-dns to 0.21rc2.

This commit is contained in:
Yichun Zhang (agentzh) 2017-11-28 14:25:07 -08:00
parent 578c4e8ae4
commit 346bba3dc6
1 changed files with 1 additions and 1 deletions

View File

@ -681,7 +681,7 @@ cd ..
#################################
ver=0.21rc1
ver=0.21rc2
$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