From a5baad4b8360bdde8824415ce83288e443a5a02c Mon Sep 17 00:00:00 2001 From: "Yichun Zhang (agentzh)" Date: Sun, 14 May 2017 17:09:04 -0700 Subject: [PATCH] upgraded lua-resty-core to 0.1.12rc4. --- util/mirror-tarballs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/mirror-tarballs b/util/mirror-tarballs index 5135236..fd3b6d8 100755 --- a/util/mirror-tarballs +++ b/util/mirror-tarballs @@ -747,7 +747,7 @@ cd .. ################################# -ver=0.1.12rc3 +ver=0.1.12rc4 $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