upgraded lua-resty-dns to 0.11.

This commit is contained in:
Yichun Zhang (agentzh) 2014-01-10 17:18:15 -08:00
parent 5e9a5cdc95
commit 65367a71cd
1 changed files with 1 additions and 1 deletions

View File

@ -461,7 +461,7 @@ mv agentzh-lua-rds-parser-* lua-rds-parser-$ver || exit 1
#################################
ver=0.10
ver=0.11
$root/util/get-tarball "https://github.com/agentzh/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 agentzh-lua-resty-dns-* lua-resty-dns-$ver || exit 1