upgraded lua-resty-lrucache to 0.06.

This commit is contained in:
Yichun Zhang (agentzh) 2017-04-08 15:36:35 -07:00
parent ec3186ccc9
commit ba4d3dd99f
1 changed files with 1 additions and 1 deletions

View File

@ -714,7 +714,7 @@ cd ..
#################################
ver=0.05
ver=0.06
$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