upgraded lua-resty-lock to 0.09.

This commit is contained in:
jiahao 2023-01-19 10:54:22 +08:00
parent d1846b1c9d
commit 3aec27a4e8
No known key found for this signature in database
GPG Key ID: 5E01169275FFB52B
1 changed files with 1 additions and 1 deletions

View File

@ -834,7 +834,7 @@ cd ..
#################################
ver=0.08
ver=0.09
$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