feature: bundled new Lua library, lua-resty-lrucache, which is also enabled by default.

This commit is contained in:
Yichun Zhang (agentzh)
2014-05-31 22:15:40 -07:00
parent 20ace16258
commit bc3cb9243f
2 changed files with 12 additions and 1 deletions

View File

@ -538,6 +538,13 @@ mv openresty-lua-resty-lock-* lua-resty-lock-$ver || exit 1
#################################
ver=0.01
$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
#################################
ver=0.0.7
$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