From 11b10b4e7bcac9527bf9fe37543e1a0cb78b279b Mon Sep 17 00:00:00 2001 From: "Yichun Zhang (agentzh)" Date: Fri, 21 Nov 2014 21:06:06 -0800 Subject: [PATCH] upgraded lua-resty-dns to 0.14. --- util/mirror-tarballs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/mirror-tarballs b/util/mirror-tarballs index bcedaa3..042ef47 100755 --- a/util/mirror-tarballs +++ b/util/mirror-tarballs @@ -513,7 +513,7 @@ mv openresty-lua-rds-parser-* lua-rds-parser-$ver || exit 1 ################################# -ver=0.13 +ver=0.14 $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