upgraded lua-resty-dns to 0.18.

This commit is contained in:
Yichun Zhang (agentzh) 2016-11-04 14:02:29 -07:00
parent a4640d68f1
commit 4f2bf44aba
1 changed files with 1 additions and 1 deletions

View File

@ -595,7 +595,7 @@ cd ..
#################################
ver=0.17
ver=0.18
$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