This is an automated email from the ASF dual-hosted git repository. ashishtiwari pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/apisix.git
The following commit(s) were added to refs/heads/master by this push: new 8850f8bfb chore: upgrade luarocks version (#12305) 8850f8bfb is described below commit 8850f8bfb174ea1cc984a79f2c5dea3edbb15891 Author: Ashish Tiwari <ashishjaitiwari15112...@gmail.com> AuthorDate: Tue Jun 10 10:27:11 2025 +0530 chore: upgrade luarocks version (#12305) --- utils/linux-install-luarocks.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/linux-install-luarocks.sh b/utils/linux-install-luarocks.sh index fc7fc7be0..88623a83b 100755 --- a/utils/linux-install-luarocks.sh +++ b/utils/linux-install-luarocks.sh @@ -22,7 +22,7 @@ if [ -z ${OPENRESTY_PREFIX} ]; then OPENRESTY_PREFIX="/usr/local/openresty" fi -LUAROCKS_VER=3.8.0 +LUAROCKS_VER=3.12.0 wget -q https://github.com/luarocks/luarocks/archive/v"$LUAROCKS_VER".tar.gz tar -xf v"$LUAROCKS_VER".tar.gz rm -f v"$LUAROCKS_VER".tar.gz