From 8fa3421bfc502e2c8cc01d17465576af9238862c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 26 Jul 2024 12:31:14 +0000 Subject: [PATCH] restic: Update to version 0.17.0 --- bucket/restic.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/restic.json b/bucket/restic.json index 9c491b512f..cde309c988 100644 --- a/bucket/restic.json +++ b/bucket/restic.json @@ -1,16 +1,16 @@ { - "version": "0.16.5", + "version": "0.17.0", "description": "Fast, secure and simple backup program.", "homepage": "https://restic.net/", "license": "BSD-2-Clause", "architecture": { "64bit": { - "url": "https://github.com/restic/restic/releases/download/v0.16.5/restic_0.16.5_windows_amd64.zip", - "hash": "286cf8ac789b4752825dd6098cae26394b8803b99cd2d4cdb2153d9ef73f49c4" + "url": "https://github.com/restic/restic/releases/download/v0.17.0/restic_0.17.0_windows_amd64.zip", + "hash": "8578d2a63bbedd34669ed4cd8b332fb3aecfd3480ea3ef6d0c692e6fc146cb3e" }, "32bit": { - "url": "https://github.com/restic/restic/releases/download/v0.16.5/restic_0.16.5_windows_386.zip", - "hash": "878dadc0cd51626f39072cd599be261d184cfe894a4447298449def8588072b8" + "url": "https://github.com/restic/restic/releases/download/v0.17.0/restic_0.17.0_windows_386.zip", + "hash": "ec72c50bdd6b49a4a045ee92e471c01596640426aa4f5cdfdce2c2a975a2913d" } }, "bin": "restic.exe",