ScoopInstaller_Main/bucket/snapraid.json
2022-01-24 20:26:52 +00:00

31 lines
1.1 KiB
JSON

{
"version": "12.1",
"description": "A backup program for disk arrays",
"homepage": "https://www.snapraid.it",
"license": "GPL-3.0-or-later",
"architecture": {
"64bit": {
"url": "https://github.com/amadvance/snapraid/releases/download/v12.1/snapraid-12.1-windows-x64.zip",
"hash": "23196a373b4c7a327a207f019ea833f888977f6e48743b0060706f67fbb1c13e"
},
"32bit": {
"url": "https://github.com/amadvance/snapraid/releases/download/v12.1/snapraid-12.1-windows-x86.zip",
"hash": "488e3b57323fd55c1bccc14a051d4048a1a7b7b5d6440ece30b5161bda9f5498"
}
},
"bin": "snapraid.exe",
"checkver": {
"github": "https://github.com/amadvance/snapraid"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/amadvance/snapraid/releases/download/v$version/snapraid-$version-windows-x64.zip"
},
"32bit": {
"url": "https://github.com/amadvance/snapraid/releases/download/v$version/snapraid-$version-windows-x86.zip"
}
}
}
}