From 74940ddd150338896ef0da095101958f32ca9916 Mon Sep 17 00:00:00 2001 From: "Yichun Zhang (agentzh)" Date: Tue, 8 Mar 2016 16:54:31 -0800 Subject: [PATCH] upgraded lua-resty-core to 0.1.5. --- util/mirror-tarballs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/mirror-tarballs b/util/mirror-tarballs index c8f320c..c517c9c 100755 --- a/util/mirror-tarballs +++ b/util/mirror-tarballs @@ -675,7 +675,7 @@ cd .. ################################# -ver=0.1.4 +ver=0.1.5 $root/util/get-tarball "https://github.com/openresty/lua-resty-core/tarball/v$ver" -O "lua-resty-core-$ver.tar.gz" || exit 1 tar -xzf lua-resty-core-$ver.tar.gz || exit 1 mv openresty-lua-resty-core-* lua-resty-core-$ver || exit 1