Add mach2 version 0.3.0.0 (#2957)

This commit is contained in:
Patrick Wu 2019-01-07 01:01:35 +08:00 committed by Richard Kuhnt
parent 404ebdc201
commit b6acd0d44d

28
mach2.json Normal file
View File

@ -0,0 +1,28 @@
{
"description": "Feature Control Multi-tool for Windows 10",
"homepage": "https://github.com/riverar/mach2",
"version": "0.3.0.0",
"license": "GPL-3.0-or-later",
"architecture": {
"64bit": {
"url": "https://github.com/riverar/mach2/releases/download/0.3.0.0/mach2_0.3.0.0_x64.zip",
"hash": "0d92c32ad43e22fc0992c87f79f87f01ca79a47bf8856def74844f06c6e80666"
},
"32bit": {
"url": "https://github.com/riverar/mach2/releases/download/0.3.0.0/mach2_0.3.0.0_x86.zip",
"hash": "0bfba0cf65d9dc189f0a12362e15694f88bdaad643599a4f6928c4b5b444766e"
}
},
"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"
}
}
}
}