upgraded lua-resty-core to 0.0.3.

This commit is contained in:
Yichun Zhang (agentzh) 2014-01-10 16:29:29 -08:00
parent 87e5f34a9d
commit c1fb5194ef
1 changed files with 1 additions and 1 deletions

View File

@ -517,7 +517,7 @@ mv agentzh-lua-resty-lock-* lua-resty-lock-$ver || exit 1
#################################
ver=0.0.2
ver=0.0.3
$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