mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
31 lines
1.1 KiB
JSON
31 lines
1.1 KiB
JSON
{
|
|
"version": "12.3",
|
|
"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.3/snapraid-12.3-windows-x64.zip",
|
|
"hash": "ffdd430f5f1ad8fba5bd0707bd860b0d3dca55cb8aeca633804638d64b5f0550"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/amadvance/snapraid/releases/download/v12.3/snapraid-12.3-windows-x86.zip",
|
|
"hash": "579d24cc607d0668e6f17c905eb75e409086a58f466c6fae2943c8e2fc8de039"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|