From c41a1ae6b9da795e3af4f5d036100dc84ce9cc35 Mon Sep 17 00:00:00 2001 From: lijunlong Date: Thu, 10 Oct 2024 10:01:26 +0800 Subject: [PATCH] update lua-resty-core to v0.1.30. --- util/mirror-tarballs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/mirror-tarballs b/util/mirror-tarballs index 1eeddce..aebf6bb 100755 --- a/util/mirror-tarballs +++ b/util/mirror-tarballs @@ -893,7 +893,7 @@ cd .. ################################# -ver=0.1.29 +ver=0.1.30 $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