upgraded lua-resty-lrucache to 0.11.

This commit is contained in:
jiahao
2021-06-30 00:38:08 +08:00
parent 077b4dcef8
commit 805df3d657
2 changed files with 59 additions and 59 deletions

View File

@ -824,7 +824,7 @@ cd ..
#################################
ver=0.11rc1
ver=0.11
$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