mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 23:01:19 +00:00
39 lines
1.6 KiB
JSON
39 lines
1.6 KiB
JSON
{
|
|
"version": "2.2.4",
|
|
"description": "Reverse differential backup tool, over a network or locally",
|
|
"homepage": "https://rdiff-backup.net",
|
|
"license": "GPL-2.0-only",
|
|
"notes": "Please refer to https://rdiff-backup.net/Windows-README.html for (possibly outdated) Windows specific documentation.",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/rdiff-backup/rdiff-backup/releases/download/v2.2.4/rdiff-backup-2.2.4.win64exe.zip",
|
|
"hash": "b41a2de53daceb3250d4d8b80efde657f6da08cc0e888414e241e5894a859617",
|
|
"extract_dir": "rdiff-backup-2.2.4-64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/rdiff-backup/rdiff-backup/releases/download/v2.2.4/rdiff-backup-2.2.4.win32exe.zip",
|
|
"hash": "f5d0c0b01eb67a55813d611893904264a4fe03b5c352c15ef4898cd0da93c247",
|
|
"extract_dir": "rdiff-backup-2.2.4-32"
|
|
}
|
|
},
|
|
"suggest": {
|
|
"vcredist": "extras/vcredist2008"
|
|
},
|
|
"bin": "rdiff-backup.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/rdiff-backup/rdiff-backup"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/rdiff-backup/rdiff-backup/releases/download/v$version/rdiff-backup-$version.win64exe.zip",
|
|
"extract_dir": "rdiff-backup-$version-64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/rdiff-backup/rdiff-backup/releases/download/v$version/rdiff-backup-$version.win32exe.zip",
|
|
"extract_dir": "rdiff-backup-$version-32"
|
|
}
|
|
}
|
|
}
|
|
}
|