upgraded lua-resty-lrucache to 0.13.

This commit is contained in:
jiahao 2023-01-19 11:31:05 +08:00
parent adae554762
commit eaa41a295a
No known key found for this signature in database
GPG Key ID: 5E01169275FFB52B
1 changed files with 1 additions and 1 deletions

View File

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