upgraded lua-resty-core to 0.0.9.

This commit is contained in:
Yichun Zhang (agentzh) 2014-08-16 13:44:00 -07:00
parent 8da3363507
commit a90eb927f5
1 changed files with 1 additions and 1 deletions

View File

@ -565,7 +565,7 @@ mv openresty-lua-resty-lrucache-* lua-resty-lrucache-$ver || exit 1
#################################
ver=0.0.8
ver=0.0.9
$root/util/get-tarball "https://github.com/openresty/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 openresty-lua-resty-core-* lua-resty-core-$ver || exit 1