From b0654629a98a2af4f696643b879dbee181255bb5 Mon Sep 17 00:00:00 2001 From: "Yichun Zhang (agentzh)" Date: Sat, 8 Apr 2017 13:46:50 -0700 Subject: [PATCH] upgraded lua-resty-lrucache to 0.05. --- util/mirror-tarballs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/mirror-tarballs b/util/mirror-tarballs index 16b6edf..8b04928 100755 --- a/util/mirror-tarballs +++ b/util/mirror-tarballs @@ -714,7 +714,7 @@ cd .. ################################# -ver=0.04 +ver=0.05 $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