From 8a4605a9338514df14b4b65e0640ab8f1447c400 Mon Sep 17 00:00:00 2001 From: jiahao Date: Sat, 24 Oct 2020 17:01:10 +0800 Subject: [PATCH] upgraded lua-resty-core to 0.1.20rc3. --- util/mirror-tarballs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/mirror-tarballs b/util/mirror-tarballs index a494a16..229da6b 100755 --- a/util/mirror-tarballs +++ b/util/mirror-tarballs @@ -825,7 +825,7 @@ cd .. ################################# -ver=0.1.20rc2 +ver=0.1.20rc3 $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