From e75d973b872fc814fcff50b4f423635a8eb7351c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 27 Oct 2024 16:30:03 +0000 Subject: [PATCH] restic: Update to version 0.17.2 --- bucket/restic.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/restic.json b/bucket/restic.json index c3e7708de9..12dbd22b51 100644 --- a/bucket/restic.json +++ b/bucket/restic.json @@ -1,16 +1,16 @@ { - "version": "0.17.1", + "version": "0.17.2", "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.17.1/restic_0.17.1_windows_amd64.zip", - "hash": "8cca20660bd827552a96bd4b4ade2ebab1880cd068b43eea5fb211f11a98ac60" + "url": "https://github.com/restic/restic/releases/download/v0.17.2/restic_0.17.2_windows_amd64.zip", + "hash": "c44b1a22975f42f0547aa905104a8ebae43f51db62fd347c293ebf246233a7d3" }, "32bit": { - "url": "https://github.com/restic/restic/releases/download/v0.17.1/restic_0.17.1_windows_386.zip", - "hash": "b37d69cca2fd086414c86bc0362791899c572549dccf23264abf48bd5b41b857" + "url": "https://github.com/restic/restic/releases/download/v0.17.2/restic_0.17.2_windows_386.zip", + "hash": "7ec22df3b0c71b04a3f41010780710688cc331c00f9a60eb2d667e123d6a0ac1" } }, "bin": "restic.exe",