From 0e1cad819054b8b77b012ff5fddc2bf8e0c6ef93 Mon Sep 17 00:00:00 2001 From: Johnny Wang Date: Fri, 30 Oct 2020 16:40:12 +0800 Subject: [PATCH] upgraded lua-resty-core to 0.1.20. --- util/mirror-tarballs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/mirror-tarballs b/util/mirror-tarballs index b732fde..d89dbd1 100755 --- a/util/mirror-tarballs +++ b/util/mirror-tarballs @@ -825,7 +825,7 @@ cd .. ################################# -ver=0.1.20rc3 +ver=0.1.20 $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