update lua-resty-core to v0.1.30.

This commit is contained in:
lijunlong 2024-10-10 10:01:26 +08:00
parent 120ad62721
commit c41a1ae6b9
1 changed files with 1 additions and 1 deletions

View File

@ -893,7 +893,7 @@ cd ..
#################################
ver=0.1.29
ver=0.1.30
$root/util/get-tarball "https://github.com/openresty/lua-resty-core/tarball/v$ver" -O "lua-resty-core-$ver.tar.gz" || exit 1
tar -xzf lua-resty-core-$ver.tar.gz || exit 1
mv openresty-lua-resty-core-* lua-resty-core-$ver || exit 1