lua: Update to version 5.4.1 (#1521)

* lua: Update to version 5.4.1

* srlua: Update to version 5.4.1

* srlua@5.4.1: Fix bin
This commit is contained in:
Nathan Mueller 2020-10-21 09:56:49 -06:00 committed by GitHub
parent 1c61545d47
commit 8fc67269e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 33 additions and 13 deletions

View File

@ -1,26 +1,26 @@
{
"homepage": "http://www.lua.org/",
"version": "5.4.0",
"version": "5.4.1",
"license": "MIT",
"description": "A powerful, efficient, lightweight, embeddable scripting language",
"architecture": {
"64bit": {
"url": [
"https://joedf.ahkscript.org/LuaBuilds/hdata/lua-5.4.0_Win64_bin.zip",
"https://joedf.ahkscript.org/LuaBuilds/hdata/lua-5.4.1_Win64_bin.zip",
"https://joedf.ahkscript.org/LuaBuilds/hdata/libgcc_s_dw2-1.dll.zip"
],
"hash": [
"8A28E57A70D8EB44AA6F3EB87390D36A3C9F37A867B0EDD99C7D3ED4CA28C8E7",
"0faeda4e64113fbfd288e7a12ce58aeaf92e01c2256340a5ae4bb8b617e8461f",
"546204ef8af80565b051b0d5dec2d885ae524cf060f99683e038e4b49b60d9e5"
]
},
"32bit": {
"url": [
"https://joedf.ahkscript.org/LuaBuilds/hdata/lua-5.4.0_Win32_bin.zip",
"https://joedf.ahkscript.org/LuaBuilds/hdata/lua-5.4.1_Win32_bin.zip",
"https://joedf.ahkscript.org/LuaBuilds/hdata/libgcc_s_dw2-1.dll.zip"
],
"hash": [
"73C5CBE6DE6702341E0258C0E70FC801D3715B104EEF27C7F953D2C7E5A3DBDF",
"720167e8786b2356f1c7371fedca80413896c10192bdaac007ffab0a899a8910",
"546204ef8af80565b051b0d5dec2d885ae524cf060f99683e038e4b49b60d9e5"
]
}
@ -31,6 +31,16 @@
],
"checkver": {
"url": "https://joedf.ahkscript.org/LuaBuilds/",
"regex": "Lua ([\\d.]+) for Windows"
"regex": "Lua ([\\d.]+(-[\\w]+)?)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://joedf.ahkscript.org/LuaBuilds/hdata/lua-$version_Win64_bin.zip"
},
"32bit": {
"url": "https://joedf.ahkscript.org/LuaBuilds/hdata/lua-$version_Win32_bin.zip"
}
}
}
}

View File

@ -1,36 +1,46 @@
{
"homepage": "https://github.com/LuaDist/srlua",
"version": "5.3.5",
"version": "5.4.1",
"license": "MIT",
"description": "A tool for building self-running Lua programs",
"architecture": {
"64bit": {
"url": [
"https://joedf.ahkscript.org/LuaBuilds/hdata/srlua-5.3.5_Win64_bin.zip",
"https://joedf.ahkscript.org/LuaBuilds/hdata/srlua-5.4.1_Win64_bin.zip",
"https://joedf.ahkscript.org/LuaBuilds/hdata/libgcc_s_dw2-1.dll.zip"
],
"hash": [
"c2bc41a326e2b0e65331be78e91fad08963e52b2cb6a995966ff0f5d5f1c522d",
"b76d9f41ae6962aea5e53afa456b708d2443e98a57dae92ddb343e1051a1fa7a",
"546204ef8af80565b051b0d5dec2d885ae524cf060f99683e038e4b49b60d9e5"
]
},
"32bit": {
"url": [
"https://joedf.ahkscript.org/LuaBuilds/hdata/srlua-5.3.5_Win32_bin.zip",
"https://joedf.ahkscript.org/LuaBuilds/hdata/srlua-5.4.1_Win32_bin.zip",
"https://joedf.ahkscript.org/LuaBuilds/hdata/libgcc_s_dw2-1.dll.zip"
],
"hash": [
"8e95a19fbf57a38f30433317d873556f03e2e1bcc5f471e64f8d6fdfb3c2bc97",
"ea442c1faf2e5e5ab49989f4d11635715a3d8626594bc2f57bb52c1d773bbc2d",
"546204ef8af80565b051b0d5dec2d885ae524cf060f99683e038e4b49b60d9e5"
]
}
},
"bin": [
"srlua.exe",
"glue.exe"
"srglue.exe"
],
"checkver": {
"url": "https://joedf.ahkscript.org/LuaBuilds/",
"regex": "Lua ([\\d.]+) for Windows"
"regex": "Lua ([\\d.]+(-[\\w]+)?)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://joedf.ahkscript.org/LuaBuilds/hdata/srlua-$version_Win64_bin.zip"
},
"32bit": {
"url": "https://joedf.ahkscript.org/LuaBuilds/hdata/srlua-$version_Win32_bin.zip"
}
}
}
}