From f868ada15545fa6fd9aaedb37a54555b944c2e05 Mon Sep 17 00:00:00 2001 From: "Yichun Zhang (agentzh)" Date: Mon, 29 Oct 2018 14:20:56 -0700 Subject: [PATCH] upgraded lua-resty-lrucache to 0.09rc1. --- util/mirror-tarballs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/mirror-tarballs b/util/mirror-tarballs index 1240b74..fffd625 100755 --- a/util/mirror-tarballs +++ b/util/mirror-tarballs @@ -814,7 +814,7 @@ cd .. ################################# -ver=0.08 +ver=0.09rc1 $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