2020-12-15 08:35:51 +01:00

29 lines
1.0 KiB
JSON

{
"version": "0.7.0.0",
"description": "Feature Control Multi-tool for Windows 10",
"homepage": "https://github.com/riverar/mach2",
"license": "GPL-3.0-or-later",
"architecture": {
"64bit": {
"url": "https://github.com/riverar/mach2/releases/download/0.7.0.0/mach2_0.7.0.0_x64.zip",
"hash": "96e111c709c8401059039f962264e151ed5cf48489fba0d3946562e2f96f5c47"
},
"32bit": {
"url": "https://github.com/riverar/mach2/releases/download/0.7.0.0/mach2_0.7.0.0_x86.zip",
"hash": "bd9085afe6bd275777f29695ab5d5fb2d39c245bb9db423dd78173847fce5fda"
}
},
"bin": "mach2.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/riverar/mach2/releases/download/$version/mach2_$version_x64.zip"
},
"32bit": {
"url": "https://github.com/riverar/mach2/releases/download/$version/mach2_$version_x86.zip"
}
}
}
}