ScoopInstaller_Main/bucket/rdiff-backup.json
2022-12-29 08:27:33 +00:00

21 lines
812 B
JSON

{
"version": "2.2.2",
"description": "Reverse differential backup tool, over a network or locally",
"homepage": "https://rdiff-backup.net",
"license": "GPL-2.0-only",
"suggest": {
"vcredist2008": "extras/vcredist2008"
},
"url": "https://github.com/rdiff-backup/rdiff-backup/releases/download/v2.2.2/rdiff-backup-2.2.2.win32exe.zip",
"hash": "5ee2d372561f250f500d03483a4e73af2db74eb2f4d38f599da689cd3f74af83",
"extract_dir": "rdiff-backup-2.2.2",
"bin": "rdiff-backup.exe",
"checkver": {
"github": "https://github.com/rdiff-backup/rdiff-backup"
},
"autoupdate": {
"url": "https://github.com/rdiff-backup/rdiff-backup/releases/download/v$version/rdiff-backup-$version.win32exe.zip",
"extract_dir": "rdiff-backup-$version"
}
}