Skip to content

Commit 862e597

Browse files
committed
Use lua.org sources for Lua 5.1
We will use the Zig build system to apply the CVE-2014-5461 patch
1 parent 0c60749 commit 862e597

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.zig.zon

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
// the moment. Maybe there will be a way to apply a patch with the build system in the
1111
// future.
1212
.lua51 = .{
13-
.url = "https://github.com/natecraddock/lua/archive/refs/tags/5.1.5-1.tar.gz",
14-
.hash = "N-V-__8AABYiDAA_4f7ruBY1-N9aWnJCcz5EH-PzBDmJyOa0",
13+
.url = "https://www.lua.org/ftp/lua-5.1.5.tar.gz",
14+
.hash = "N-V-__8AABAhDAAIlXL7OA-0Z5sWQh_FOFGoImvOvJzkRGOg",
1515
.lazy = true,
1616
},
1717

0 commit comments

Comments
 (0)