upgraded lua-resty-core to 0.0.6.

This commit is contained in:
Yichun Zhang (agentzh) 2014-04-06 16:59:23 -07:00
parent 10fd3ea365
commit e932c8a136
1 changed files with 1 additions and 1 deletions

View File

@ -538,7 +538,7 @@ mv agentzh-lua-resty-lock-* lua-resty-lock-$ver || exit 1
#################################
ver=0.0.5
ver=0.0.6
$root/util/get-tarball "https://github.com/agentzh/lua-resty-core/tarball/v$ver" -O "lua-resty-core-$ver.tar.gz" || exit 1
tar -xzf lua-resty-core-$ver.tar.gz || exit 1
mv agentzh-lua-resty-core-* lua-resty-core-$ver || exit 1