rdiff-backup: Add version 2.0.0 (#1039)

This commit is contained in:
Xavier Fournet 2020-05-05 20:57:50 +02:00 committed by GitHub
parent 1fc1f56fce
commit 15a1bf87c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

20
bucket/rdiff-backup.json Normal file
View File

@ -0,0 +1,20 @@
{
"version": "2.0.0",
"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.0/rdiff-backup-2.0.0.win32exe.zip",
"hash": "747dcbccfa855b23d13e12f8b234be4112a087020ef4984ac466a68a9c1a930b",
"extract_dir": "rdiff-backup-2.0.0",
"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"
}
}