2022-02-01 04:28:57 +00:00

47 lines
1.6 KiB
JSON

{
"version": "5.4.4",
"description": "A tool for building self-running Lua programs",
"homepage": "https://github.com/LuaDist/srlua",
"license": "MIT",
"architecture": {
"64bit": {
"url": [
"https://joedf.ahkscript.org/LuaBuilds/hdata/srlua-5.4.4_Win64_bin.zip",
"https://joedf.ahkscript.org/LuaBuilds/hdata/libgcc_s_dw2-1.dll.zip"
],
"hash": [
"9dfe0bfd2d1aa1bbb292e8478a963bb6b38cecac413804e882381e481d7f5528",
"546204ef8af80565b051b0d5dec2d885ae524cf060f99683e038e4b49b60d9e5"
]
},
"32bit": {
"url": [
"https://joedf.ahkscript.org/LuaBuilds/hdata/srlua-5.4.4_Win32_bin.zip",
"https://joedf.ahkscript.org/LuaBuilds/hdata/libgcc_s_dw2-1.dll.zip"
],
"hash": [
"438070bdda27bc10b0533eabf5a1dd62af33eb40f234d75397ff13fe0d61faa6",
"546204ef8af80565b051b0d5dec2d885ae524cf060f99683e038e4b49b60d9e5"
]
}
},
"bin": [
"srlua.exe",
"srglue.exe"
],
"checkver": {
"url": "https://joedf.ahkscript.org/LuaBuilds/",
"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"
}
}
}
}