Skip to content

Commit c7de307

Browse files
authored
compat.lua: fetch 5.4.7 from xlings-res mirror (#40)
www.lua.org is intermittently unreachable (TLS connect failures), which broke every fresh fetch of lua@5.4.7 (xlings CI E2E-00 and any cold mcpp build depending on capi.lua). Point the url at the byte-identical xlings-res/lua mirror; sha256 unchanged.
1 parent 7ea2659 commit c7de307

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pkgs/c/compat.lua.lua

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,19 +21,19 @@ package = {
2121
xpm = {
2222
linux = {
2323
["5.4.7"] = {
24-
url = "https://www.lua.org/ftp/lua-5.4.7.tar.gz",
24+
url = "https://github.com/xlings-res/lua/releases/download/5.4.7/lua-5.4.7.tar.gz",
2525
sha256 = "9fbf5e28ef86c69858f6d3d34eccc32e911c1a28b4120ff3e84aaa70cfbf1e30",
2626
},
2727
},
2828
macosx = {
2929
["5.4.7"] = {
30-
url = "https://www.lua.org/ftp/lua-5.4.7.tar.gz",
30+
url = "https://github.com/xlings-res/lua/releases/download/5.4.7/lua-5.4.7.tar.gz",
3131
sha256 = "9fbf5e28ef86c69858f6d3d34eccc32e911c1a28b4120ff3e84aaa70cfbf1e30",
3232
},
3333
},
3434
windows = {
3535
["5.4.7"] = {
36-
url = "https://www.lua.org/ftp/lua-5.4.7.tar.gz",
36+
url = "https://github.com/xlings-res/lua/releases/download/5.4.7/lua-5.4.7.tar.gz",
3737
sha256 = "9fbf5e28ef86c69858f6d3d34eccc32e911c1a28b4120ff3e84aaa70cfbf1e30",
3838
},
3939
},

0 commit comments

Comments
 (0)