mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
snapraid: Add version 12.0 (#3142)
This commit is contained in:
parent
7689e18a52
commit
c0f1efc852
30
bucket/snapraid.json
Normal file
30
bucket/snapraid.json
Normal file
@ -0,0 +1,30 @@
|
||||
{
|
||||
"version": "12.0",
|
||||
"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.0/snapraid-12.0-windows-x64.zip",
|
||||
"hash": "a9cd1e30042b09ecc42b508955a1c1144b446a0399c83ecfb78b5455d528938c"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://github.com/amadvance/snapraid/releases/download/v12.0/snapraid-12.0-windows-x86.zip",
|
||||
"hash": "a037d16bb9d226da2c88df00e410f9e637f1acb6153ac078c9a3805e721282a6"
|
||||
}
|
||||
},
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user