From 54831810bef5acaa0e6df1c015b10580c1860d22 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Mon, 26 Feb 2018 21:00:19 +0000 Subject: [PATCH] Update restic to version 0.8.3 --- restic.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/restic.json b/restic.json index 72c62bcacf..2da7f5533a 100644 --- a/restic.json +++ b/restic.json @@ -1,15 +1,15 @@ { "homepage": "https://restic.github.io/", - "version": "0.8.2", + "version": "0.8.3", "license": "https://github.com/restic/restic/blob/master/LICENSE", "architecture": { "64bit": { - "url": "https://github.com/restic/restic/releases/download/v0.8.2/restic_0.8.2_windows_amd64.zip", - "hash": "466ccb2dcccfff96a199d4f84c05a0e80e932ba44d0f4de4b851f1b8180a7a4c" + "url": "https://github.com/restic/restic/releases/download/v0.8.3/restic_0.8.3_windows_amd64.zip", + "hash": "d20f3e5c4081117ace9966329f8460b8c24ff862794a98233b4b23024b9efe58" }, "32bit": { - "url": "https://github.com/restic/restic/releases/download/v0.8.2/restic_0.8.2_windows_386.zip", - "hash": "452b0b0626412b439f83ad72cce7f280434fc690f4b4851417a759fc4d60392b" + "url": "https://github.com/restic/restic/releases/download/v0.8.3/restic_0.8.3_windows_386.zip", + "hash": "a907b585267cc24f1b884ace352eaca2f987c0aaf72b344a6b0da8264c5cf6a9" } }, "bin": "restic.exe",