From 27a23acd7d6476ea33c1f0ac340228afd132d64f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 14 Jan 2024 20:24:14 +0000 Subject: [PATCH] restic: Update to version 0.16.3 --- bucket/restic.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/restic.json b/bucket/restic.json index d51b71744c..2cb330ffb0 100644 --- a/bucket/restic.json +++ b/bucket/restic.json @@ -1,16 +1,16 @@ { - "version": "0.16.2", + "version": "0.16.3", "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.2/restic_0.16.2_windows_amd64.zip", - "hash": "de63f778f0650db9c0c00c3772d7f87a6c21ca64e1249e55392ecbeb9bc352a3" + "url": "https://github.com/restic/restic/releases/download/v0.16.3/restic_0.16.3_windows_amd64.zip", + "hash": "e94efe0f4337a2d8d91bf3933d6bd71fc6671fe5045d65d977448b3f2c7747ec" }, "32bit": { - "url": "https://github.com/restic/restic/releases/download/v0.16.2/restic_0.16.2_windows_386.zip", - "hash": "e4a6b203697794386d11faebc4da7ffe7c03262755b4ac64e0c4ae633eccdc0b" + "url": "https://github.com/restic/restic/releases/download/v0.16.3/restic_0.16.3_windows_386.zip", + "hash": "f1ff71f1b4751329a9957412758931f8b13a9477dcff3435ee3b9ba98a6ace73" } }, "bin": "restic.exe",