mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-09 02:01:26 +00:00
37 lines
1.2 KiB
JSON
37 lines
1.2 KiB
JSON
{
|
|
"homepage": "http://www.lua.org/",
|
|
"version": "5.4.0",
|
|
"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/libgcc_s_dw2-1.dll.zip"
|
|
],
|
|
"hash": [
|
|
"8A28E57A70D8EB44AA6F3EB87390D36A3C9F37A867B0EDD99C7D3ED4CA28C8E7",
|
|
"546204ef8af80565b051b0d5dec2d885ae524cf060f99683e038e4b49b60d9e5"
|
|
]
|
|
},
|
|
"32bit": {
|
|
"url": [
|
|
"https://joedf.ahkscript.org/LuaBuilds/hdata/lua-5.4.0_Win32_bin.zip",
|
|
"https://joedf.ahkscript.org/LuaBuilds/hdata/libgcc_s_dw2-1.dll.zip"
|
|
],
|
|
"hash": [
|
|
"73C5CBE6DE6702341E0258C0E70FC801D3715B104EEF27C7F953D2C7E5A3DBDF",
|
|
"546204ef8af80565b051b0d5dec2d885ae524cf060f99683e038e4b49b60d9e5"
|
|
]
|
|
}
|
|
},
|
|
"bin": [
|
|
"lua.exe",
|
|
"luac.exe"
|
|
],
|
|
"checkver": {
|
|
"url": "https://joedf.ahkscript.org/LuaBuilds/",
|
|
"regex": "Lua ([\\d.]+) for Windows"
|
|
}
|
|
}
|