Skip to content

Commit d7ac67a

Browse files
committed
lua: update to 5.5.0
Lua 5.5.0 was released on 2025-12-22[0]; update the wrap to use that version, no major changes are needed. [0]: https://lua.org/versions.html#5.5
1 parent d127755 commit d7ac67a

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

releases.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2887,10 +2887,11 @@
28872887
},
28882888
"lua": {
28892889
"dependency_names": [
2890-
"lua-5.4",
2890+
"lua-5.5",
28912891
"lua"
28922892
],
28932893
"versions": [
2894+
"5.5.0-1",
28942895
"5.4.8-1",
28952896
"5.4.6-5",
28962897
"5.4.6-4",

subprojects/lua.wrap

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[wrap-file]
2-
directory = lua-5.4.8
3-
source_url = https://www.lua.org/ftp/lua-5.4.8.tar.gz
4-
source_filename = lua-5.4.8.tar.gz
5-
source_hash = 4f18ddae154e793e46eeab727c59ef1c0c0c2b744e7b94219710d76f530629ae
2+
directory = lua-5.5.0
3+
source_url = https://www.lua.org/ftp/lua-5.5.0.tar.gz
4+
source_filename = lua-5.5.0.tar.gz
5+
source_hash = 57ccc32bbbd005cab75bcc52444052535af691789dba2b9016d5c50640d68b3d
66
patch_directory = lua
77

88
[provide]
9-
dependency_names = lua, lua-5.4
9+
dependency_names = lua, lua-5.5

subprojects/packagefiles/lua/meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ project(
33
'c',
44
license: 'MIT',
55
meson_version: '>=0.56.0',
6-
version: '5.4.8',
6+
version: '5.5.0',
77
default_options: ['warning_level=2'],
88
)
99

0 commit comments

Comments
 (0)