feature: update lua-resty-lurcache to 0.15.

This commit is contained in:
lijunlong 2024-10-10 08:58:15 +08:00
parent 5ef14281cd
commit 120ad62721
1 changed files with 1 additions and 1 deletions

View File

@ -882,7 +882,7 @@ cd ..
#################################
ver=0.14
ver=0.15
$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