upgraded lua-resty-dns to 0.14.

This commit is contained in:
Yichun Zhang (agentzh) 2014-11-21 21:06:06 -08:00
parent a953967d88
commit 11b10b4e7b
1 changed files with 1 additions and 1 deletions

View File

@ -513,7 +513,7 @@ mv openresty-lua-rds-parser-* lua-rds-parser-$ver || exit 1
#################################
ver=0.13
ver=0.14
$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