upgraded lua-resty-lock to 0.02.

This commit is contained in:
Yichun Zhang (agentzh) 2014-01-10 16:44:53 -08:00
parent c1fb5194ef
commit 486b212269
1 changed files with 1 additions and 1 deletions

View File

@ -510,7 +510,7 @@ mv agentzh-lua-resty-websocket-* lua-resty-websocket-$ver || exit 1
#################################
ver=0.01
ver=0.02
$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