2021-03-30 18:00:42 +00:00

47 lines
1.6 KiB
JSON

{
"version": "5.4.3",
"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.3_Win64_bin.zip",
"https://joedf.ahkscript.org/LuaBuilds/hdata/libgcc_s_dw2-1.dll.zip"
],
"hash": [
"c0dc3c0dd1799dfd3c76260138a9bd88313212dc0ee2229e98896f12b2c0f355",
"546204ef8af80565b051b0d5dec2d885ae524cf060f99683e038e4b49b60d9e5"
]
},
"32bit": {
"url": [
"https://joedf.ahkscript.org/LuaBuilds/hdata/lua-5.4.3_Win32_bin.zip",
"https://joedf.ahkscript.org/LuaBuilds/hdata/libgcc_s_dw2-1.dll.zip"
],
"hash": [
"7887edd3e6e6d0827dcb07044402f89e47301f08805ec449c1b455104ab07d2b",
"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"
}
}
}
}