upgraded lua-resty-dns to 0.13.

This commit is contained in:
Yichun Zhang (agentzh) 2014-08-16 13:48:35 -07:00
parent 51a7b54c60
commit fed9b15524
1 changed files with 1 additions and 1 deletions

View File

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