From 42e8796c67cd5ea6cbab5a96e56e46af2ae282f1 Mon Sep 17 00:00:00 2001 From: jiahao Date: Thu, 19 Jan 2023 11:01:12 +0800 Subject: [PATCH] upgraded lua-resty-core to 0.1.25rc1. --- util/mirror-tarballs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/mirror-tarballs b/util/mirror-tarballs index e342bd8..9011023 100755 --- a/util/mirror-tarballs +++ b/util/mirror-tarballs @@ -856,7 +856,7 @@ cd .. ################################# -ver=0.1.24 +ver=0.1.25rc1 $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