From 8239c2509d4f9f8c8456e1bf459cb9cec949bea3 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Thu, 6 Mar 2025 11:10:25 +0100 Subject: [PATCH] Lua updated to version 5.4.7 --- recipes/042-lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/042-lua b/recipes/042-lua index f653b0a..78a1fc0 100755 --- a/recipes/042-lua +++ b/recipes/042-lua @@ -3,7 +3,7 @@ # https:// # P=lua -V=${LUA_VERSION:-5.4.6} +V=${LUA_VERSION:-5.4.7} FNAME="$P-$V.tar.gz" DOWNLOAD_URL="http://www.lua.org/ftp/$P-$V.tar.gz"