upgraded lua-resty-lrucache to 0.03.

This commit is contained in:
Yichun Zhang (agentzh) 2014-11-21 21:00:09 -08:00
parent b06e150af4
commit ab169da35b
1 changed files with 1 additions and 1 deletions

View File

@ -569,7 +569,7 @@ mv openresty-lua-resty-lock-* lua-resty-lock-$ver || exit 1
#################################
ver=0.02
ver=0.03
$root/util/get-tarball "https://github.com/openresty/lua-resty-lrucache/tarball/v$ver" -O "lua-resty-lrucache-$ver.tar.gz" || exit 1
tar -xzf lua-resty-lrucache-$ver.tar.gz || exit 1
mv openresty-lua-resty-lrucache-* lua-resty-lrucache-$ver || exit 1