mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
21 lines
812 B
JSON
21 lines
812 B
JSON
{
|
|
"version": "2.0.5",
|
|
"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.5/rdiff-backup-2.0.5.win32exe.zip",
|
|
"hash": "33c206a872ee125447c0f34726a9b5b0afec29b5394cd287a8c413cbad6203a6",
|
|
"extract_dir": "rdiff-backup-2.0.5",
|
|
"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"
|
|
}
|
|
}
|