From e5dd25dce64235372fa35a8300b421567542cb1b Mon Sep 17 00:00:00 2001 From: "Yichun Zhang (agentzh)" Date: Tue, 5 Jun 2018 13:56:01 -0700 Subject: [PATCH] upgraded lua-resty-lock to 0.08rc1. --- util/mirror-tarballs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/mirror-tarballs b/util/mirror-tarballs index dedf028..99fea54 100755 --- a/util/mirror-tarballs +++ b/util/mirror-tarballs @@ -798,7 +798,7 @@ cd .. ################################# -ver=0.07 +ver=0.08rc1 $root/util/get-tarball "https://github.com/openresty/lua-resty-lock/tarball/v$ver" -O "lua-resty-lock-$ver.tar.gz" || exit 1 tar -xzf lua-resty-lock-$ver.tar.gz || exit 1 mv openresty-lua-resty-lock-* lua-resty-lock-$ver || exit 1