upgraded lua-resty-dns to 0.12.

This commit is contained in:
Yichun Zhang (agentzh) 2014-06-30 21:27:16 -07:00
parent bfc6b755b0
commit ca534abb8f
1 changed files with 1 additions and 1 deletions

View File

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