mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 07:41:20 +00:00
47 lines
1.6 KiB
JSON
47 lines
1.6 KiB
JSON
{
|
|
"version": "5.4.1",
|
|
"description": "A powerful, efficient, lightweight, embeddable scripting language",
|
|
"homepage": "http://www.lua.org",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": [
|
|
"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": [
|
|
"0faeda4e64113fbfd288e7a12ce58aeaf92e01c2256340a5ae4bb8b617e8461f",
|
|
"546204ef8af80565b051b0d5dec2d885ae524cf060f99683e038e4b49b60d9e5"
|
|
]
|
|
},
|
|
"32bit": {
|
|
"url": [
|
|
"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": [
|
|
"720167e8786b2356f1c7371fedca80413896c10192bdaac007ffab0a899a8910",
|
|
"546204ef8af80565b051b0d5dec2d885ae524cf060f99683e038e4b49b60d9e5"
|
|
]
|
|
}
|
|
},
|
|
"bin": [
|
|
"lua.exe",
|
|
"luac.exe"
|
|
],
|
|
"checkver": {
|
|
"url": "https://joedf.ahkscript.org/LuaBuilds/",
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|