Lua updated to version 5.4.7

This commit is contained in:
2025-03-06 11:10:25 +01:00
parent 7b6befc257
commit 8239c2509d
+1 -1
View File
@@ -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"