mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
47 lines
1.6 KiB
JSON
47 lines
1.6 KiB
JSON
{
|
|
"version": "5.4.2",
|
|
"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.2_Win64_bin.zip",
|
|
"https://joedf.ahkscript.org/LuaBuilds/hdata/libgcc_s_dw2-1.dll.zip"
|
|
],
|
|
"hash": [
|
|
"ac6a0312d42713feb33cf85a879830b8f02bdf0c696b6374a9e2bd3b563f2d8a",
|
|
"546204ef8af80565b051b0d5dec2d885ae524cf060f99683e038e4b49b60d9e5"
|
|
]
|
|
},
|
|
"32bit": {
|
|
"url": [
|
|
"https://joedf.ahkscript.org/LuaBuilds/hdata/lua-5.4.2_Win32_bin.zip",
|
|
"https://joedf.ahkscript.org/LuaBuilds/hdata/libgcc_s_dw2-1.dll.zip"
|
|
],
|
|
"hash": [
|
|
"60f02359c651cee0e542dab06455115a5c1f104030a905d80318d72eeb7c94e0",
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|