mirror of
https://github.com/allyourcodebase/lua.git
synced 2026-05-01 19:27:57 +02:00
update to lua 5.4.8
This commit is contained in:
parent
d923b295c8
commit
d6254e1434
2 changed files with 4 additions and 4 deletions
|
|
@ -6,7 +6,7 @@ const OptimizeMode = std.builtin.OptimizeMode;
|
||||||
const version = std.SemanticVersion{
|
const version = std.SemanticVersion{
|
||||||
.major = 5,
|
.major = 5,
|
||||||
.minor = 4,
|
.minor = 4,
|
||||||
.patch = 7,
|
.patch = 8,
|
||||||
};
|
};
|
||||||
const lib_name = "lua";
|
const lib_name = "lua";
|
||||||
const exe_name = lib_name ++ "_exe";
|
const exe_name = lib_name ++ "_exe";
|
||||||
|
|
|
||||||
|
|
@ -1,14 +1,14 @@
|
||||||
.{
|
.{
|
||||||
.name = .lua,
|
.name = .lua,
|
||||||
.version = "5.4.7",
|
.version = "5.4.8",
|
||||||
.fingerprint = 0xd671372bcadcaace,
|
.fingerprint = 0xd671372bcadcaace,
|
||||||
|
|
||||||
.minimum_zig_version = "0.15.0",
|
.minimum_zig_version = "0.15.0",
|
||||||
|
|
||||||
.dependencies = .{
|
.dependencies = .{
|
||||||
.lua = .{
|
.lua = .{
|
||||||
.url = "https://www.lua.org/ftp/lua-5.4.7.tar.gz",
|
.url = "https://www.lua.org/ftp/lua-5.4.8.tar.gz",
|
||||||
.hash = "N-V-__8AAIMvFABt-Qcpk24RD10ldEN743D8Q2e19Er8x3dJ",
|
.hash = "N-V-__8AAKEzFAAA695b9LXBhUSVK5MAV_VKSm1mEj3Acbze",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue