From 120ad62721cf6c1548f71f09e7f894fb18c99a58 Mon Sep 17 00:00:00 2001 From: lijunlong Date: Thu, 10 Oct 2024 08:58:15 +0800 Subject: [PATCH] feature: update lua-resty-lurcache to 0.15. --- util/mirror-tarballs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/mirror-tarballs b/util/mirror-tarballs index 6e5157e..1eeddce 100755 --- a/util/mirror-tarballs +++ b/util/mirror-tarballs @@ -882,7 +882,7 @@ cd .. ################################# -ver=0.14 +ver=0.15 $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