From 6b27dae01cb9a9969049759e4f0d8eedd803caae Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Mon, 21 May 2018 19:00:19 +0000 Subject: [PATCH] Update restic to version 0.9.0 --- restic.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/restic.json b/restic.json index fd2ac46229..8868ab2c4d 100644 --- a/restic.json +++ b/restic.json @@ -1,15 +1,15 @@ { "homepage": "https://restic.github.io/", - "version": "0.8.3", + "version": "0.9.0", "license": "BSD-2-Clause", "architecture": { "64bit": { - "url": "https://github.com/restic/restic/releases/download/v0.8.3/restic_0.8.3_windows_amd64.zip", - "hash": "d20f3e5c4081117ace9966329f8460b8c24ff862794a98233b4b23024b9efe58" + "url": "https://github.com/restic/restic/releases/download/v0.9.0/restic_0.9.0_windows_amd64.zip", + "hash": "92aa5912f3ba113f7a763afae465ec6cae0542db7e81a544e84db144526ca887" }, "32bit": { - "url": "https://github.com/restic/restic/releases/download/v0.8.3/restic_0.8.3_windows_386.zip", - "hash": "a907b585267cc24f1b884ace352eaca2f987c0aaf72b344a6b0da8264c5cf6a9" + "url": "https://github.com/restic/restic/releases/download/v0.9.0/restic_0.9.0_windows_386.zip", + "hash": "81a217411829ecaf0af4a391b559a9ab78bb65de31eaa6bac524cc9c58bc4fc3" } }, "bin": "restic.exe",