From 59d136dadfd8c2ec208acac3f905ffaf3493ea1a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 24 Oct 2023 20:25:06 +0000 Subject: [PATCH] restic: Update to version 0.16.1 --- bucket/restic.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/restic.json b/bucket/restic.json index 24938ea316..0dfb9ae212 100644 --- a/bucket/restic.json +++ b/bucket/restic.json @@ -1,16 +1,16 @@ { - "version": "0.16.0", + "version": "0.16.1", "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.0/restic_0.16.0_windows_amd64.zip", - "hash": "9ec893fc952f4e45307f8cd603b6de2f396e1ad757af6847c00a148257c0dfb7" + "url": "https://github.com/restic/restic/releases/download/v0.16.1/restic_0.16.1_windows_amd64.zip", + "hash": "6fab3fa836659c85b97e7a8e514bdbb8d4df186600212a7b5c36cafff7942e38" }, "32bit": { - "url": "https://github.com/restic/restic/releases/download/v0.16.0/restic_0.16.0_windows_386.zip", - "hash": "7e041cc324312bff2d86542c6818e96916caa1e8737ff83cbc39ff9d20fc69f9" + "url": "https://github.com/restic/restic/releases/download/v0.16.1/restic_0.16.1_windows_386.zip", + "hash": "3365e35e064a5dc3720c596dbc64c56f8cf6d079b30085f2ff7a148e7ebc6e55" } }, "bin": "restic.exe",