1
0
mirror of https://github.com/openresty/openresty synced 2024-11-09 18:35:51 +01:00

upgraded lua-resty-lock to 0.06.

This commit is contained in:
Yichun Zhang (agentzh) 2017-04-08 15:43:30 -07:00
parent 2a1b28da1c
commit 51d68caaed

@ -702,7 +702,7 @@ cd ..
#################################
ver=0.05
ver=0.06
$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