Update restic to version 0.7.3

This commit is contained in:
Richard Kuhnt 2017-09-20 20:01:50 +00:00
parent afdf84dc9f
commit 671a63dd4e

View File

@ -1,15 +1,15 @@
{ {
"homepage": "https://restic.github.io/", "homepage": "https://restic.github.io/",
"version": "0.7.2", "version": "0.7.3",
"license": "https://github.com/restic/restic/blob/master/LICENSE", "license": "https://github.com/restic/restic/blob/master/LICENSE",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/restic/restic/releases/download/v0.7.2/restic_0.7.2_windows_amd64.zip", "url": "https://github.com/restic/restic/releases/download/v0.7.3/restic_0.7.3_windows_amd64.zip",
"hash": "e0dca6ebd175563726b1a7f83614b53194a8945421241b3b2fba18784bc4db7a" "hash": "80b60adcd06ad0701c0f000d93d52d9bd4147eb0eb17089939b05dea0ae35cfa"
}, },
"32bit": { "32bit": {
"url": "https://github.com/restic/restic/releases/download/v0.7.2/restic_0.7.2_windows_386.zip", "url": "https://github.com/restic/restic/releases/download/v0.7.3/restic_0.7.3_windows_386.zip",
"hash": "b17778908c7e0b879b79b4aadf2dc28e9361e555fb68b35243c325b390628eed" "hash": "f406a3f05847268c14ec391457680b2fc6372d5e506c153de5dabe8268751480"
} }
}, },
"bin": "restic.exe", "bin": "restic.exe",