From c08b4a0493c92072d9d93f09bea2832d7f57e9f7 Mon Sep 17 00:00:00 2001 From: "Yichun Zhang (agentzh)" Date: Mon, 30 Jun 2014 20:51:21 -0700 Subject: [PATCH] upgraded lua-resty-core to 0.0.8. --- util/mirror-tarballs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/mirror-tarballs b/util/mirror-tarballs index 6a62fc9..2584b3a 100755 --- a/util/mirror-tarballs +++ b/util/mirror-tarballs @@ -551,7 +551,7 @@ mv openresty-lua-resty-lrucache-* lua-resty-lrucache-$ver || exit 1 ################################# -ver=0.0.7 +ver=0.0.8 $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