-
Notifications
You must be signed in to change notification settings - Fork 9
/
mach2.json
28 lines (28 loc) · 1.05 KB
/
mach2.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"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"
}
}
}
}