upgraded lua-resty-lock to 0.04.

This commit is contained in:
Yichun Zhang (agentzh) 2014-11-21 20:56:21 -08:00
parent 706823455a
commit b06e150af4
1 changed files with 1 additions and 1 deletions

View File

@ -562,7 +562,7 @@ mv openresty-lua-resty-websocket-* lua-resty-websocket-$ver || exit 1
#################################
ver=0.03
ver=0.04
$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