Update restic to version 0.8.3

This commit is contained in:
Richard Kuhnt 2018-02-26 21:00:19 +00:00
parent 483a56e912
commit 54831810be

View File

@ -1,15 +1,15 @@
{ {
"homepage": "https://restic.github.io/", "homepage": "https://restic.github.io/",
"version": "0.8.2", "version": "0.8.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.8.2/restic_0.8.2_windows_amd64.zip", "url": "https://github.com/restic/restic/releases/download/v0.8.3/restic_0.8.3_windows_amd64.zip",
"hash": "466ccb2dcccfff96a199d4f84c05a0e80e932ba44d0f4de4b851f1b8180a7a4c" "hash": "d20f3e5c4081117ace9966329f8460b8c24ff862794a98233b4b23024b9efe58"
}, },
"32bit": { "32bit": {
"url": "https://github.com/restic/restic/releases/download/v0.8.2/restic_0.8.2_windows_386.zip", "url": "https://github.com/restic/restic/releases/download/v0.8.3/restic_0.8.3_windows_386.zip",
"hash": "452b0b0626412b439f83ad72cce7f280434fc690f4b4851417a759fc4d60392b" "hash": "a907b585267cc24f1b884ace352eaca2f987c0aaf72b344a6b0da8264c5cf6a9"
} }
}, },
"bin": "restic.exe", "bin": "restic.exe",