mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 06:11:20 +00:00
31 lines
1.1 KiB
JSON
31 lines
1.1 KiB
JSON
{
|
|
"version": "12.4",
|
|
"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.4/snapraid-12.4-windows-x64.zip",
|
|
"hash": "5a5c398b2941fe0d0ede3dfbedaa2fd689dacc6c6d7f537dcd3f276d1c02af8d"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/amadvance/snapraid/releases/download/v12.4/snapraid-12.4-windows-x86.zip",
|
|
"hash": "7f4153af7c9d270ce1e2dac8dc6921d8f284f99f6db1eb3a0ddc80ae1da4f0c3"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|