upgraded lua-resty-lock to 0.03.

This commit is contained in:
Yichun Zhang (agentzh) 2014-04-06 16:54:13 -07:00
parent 7f377fd354
commit 303601ef8c
1 changed files with 1 additions and 1 deletions

View File

@ -531,7 +531,7 @@ mv agentzh-lua-resty-websocket-* lua-resty-websocket-$ver || exit 1
#################################
ver=0.02
ver=0.03
$root/util/get-tarball "https://github.com/agentzh/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 agentzh-lua-resty-lock-* lua-resty-lock-$ver || exit 1