Update restic to version 0.9.0

This commit is contained in:
Richard Kuhnt 2018-05-21 19:00:19 +00:00
parent 0d3d9ba2b8
commit 6b27dae01c

View File

@ -1,15 +1,15 @@
{ {
"homepage": "https://restic.github.io/", "homepage": "https://restic.github.io/",
"version": "0.8.3", "version": "0.9.0",
"license": "BSD-2-Clause", "license": "BSD-2-Clause",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/restic/restic/releases/download/v0.8.3/restic_0.8.3_windows_amd64.zip", "url": "https://github.com/restic/restic/releases/download/v0.9.0/restic_0.9.0_windows_amd64.zip",
"hash": "d20f3e5c4081117ace9966329f8460b8c24ff862794a98233b4b23024b9efe58" "hash": "92aa5912f3ba113f7a763afae465ec6cae0542db7e81a544e84db144526ca887"
}, },
"32bit": { "32bit": {
"url": "https://github.com/restic/restic/releases/download/v0.8.3/restic_0.8.3_windows_386.zip", "url": "https://github.com/restic/restic/releases/download/v0.9.0/restic_0.9.0_windows_386.zip",
"hash": "a907b585267cc24f1b884ace352eaca2f987c0aaf72b344a6b0da8264c5cf6a9" "hash": "81a217411829ecaf0af4a391b559a9ab78bb65de31eaa6bac524cc9c58bc4fc3"
} }
}, },
"bin": "restic.exe", "bin": "restic.exe",