upgraded lua-resty-dns to 0.08.

This commit is contained in:
agentzh (Yichun Zhang) 2012-08-26 00:00:51 -07:00
parent 6c962fb0fb
commit 62d4082c79
1 changed files with 1 additions and 1 deletions

View File

@ -311,7 +311,7 @@ mv agentzh-lua-rds-parser-* lua-rds-parser-$ver || exit 1
#################################
ver=0.07
ver=0.08
$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