From 750eb032e97a3a955d51a5718538d7754b68d355 Mon Sep 17 00:00:00 2001 From: jiahao Date: Tue, 3 Nov 2020 15:52:59 +0800 Subject: [PATCH] upgraded lua-resty-core to 0.1.21. --- util/mirror-tarballs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/mirror-tarballs b/util/mirror-tarballs index 85db0b8..a39ef6e 100755 --- a/util/mirror-tarballs +++ b/util/mirror-tarballs @@ -825,7 +825,7 @@ cd .. ################################# -ver=0.1.20 +ver=0.1.21 $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