upgraded lua-resty-dns to 0.10.

This commit is contained in:
Yichun Zhang (agentzh) 2013-08-08 13:13:25 -07:00
parent 3d547529fd
commit b3ed109998
1 changed files with 1 additions and 1 deletions

View File

@ -399,7 +399,7 @@ mv agentzh-lua-rds-parser-* lua-rds-parser-$ver || exit 1
#################################
ver=0.09
ver=0.10
$root/util/get-tarball "http://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