mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-16 05:31:21 +00:00
21 lines
812 B
JSON
21 lines
812 B
JSON
{
|
|
"version": "2.0.3",
|
|
"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.0.3/rdiff-backup-2.0.3.win32exe.zip",
|
|
"hash": "f15fc8241b2223b2545de1e2f37b125fe8e5cb9778fb2902d07aaf19c0875afc",
|
|
"extract_dir": "rdiff-backup-2.0.3",
|
|
"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"
|
|
}
|
|
}
|