Merge branch '395-udate-lua-to-version-5-4-7' into 'master'

Resolve "udate Lua to version 5.4.7"

Closes #395

See merge request Pmodules/src!427
This commit is contained in:
2025-03-06 11:11:12 +01:00
+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"