From ba4d3dd99fa5258b54f213220cf800f2754c722d Mon Sep 17 00:00:00 2001 From: "Yichun Zhang (agentzh)" Date: Sat, 8 Apr 2017 15:36:35 -0700 Subject: [PATCH] upgraded lua-resty-lrucache to 0.06. --- util/mirror-tarballs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/mirror-tarballs b/util/mirror-tarballs index 6003eaf..fba0ddc 100755 --- a/util/mirror-tarballs +++ b/util/mirror-tarballs @@ -714,7 +714,7 @@ cd .. ################################# -ver=0.05 +ver=0.06 $root/util/get-tarball "https://github.com/openresty/lua-resty-lrucache/tarball/v$ver" -O "lua-resty-lrucache-$ver.tar.gz" || exit 1 tar -xzf lua-resty-lrucache-$ver.tar.gz || exit 1 mv openresty-lua-resty-lrucache-* lua-resty-lrucache-$ver || exit 1