upgraded lua-resty-lrucache to 0.11rc1.

This commit is contained in:
jiahao
2021-05-07 19:21:12 +08:00
parent 6cd17e53fa
commit 2be7ad590e
2 changed files with 59 additions and 59 deletions

View File

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