From efb8b48f94ef4d616707af35e70bae1cdaecfebe Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 21 Sep 2025 20:27:33 +0000 Subject: [PATCH] restic: Update to version 0.18.1 --- bucket/restic.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/restic.json b/bucket/restic.json index 8376bdcecf..378b1a5899 100644 --- a/bucket/restic.json +++ b/bucket/restic.json @@ -1,16 +1,16 @@ { - "version": "0.18.0", + "version": "0.18.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.18.0/restic_0.18.0_windows_amd64.zip", - "hash": "c90cfcd577fe3d60d2529021e76bd5637bdcd19d7fa84840a40fcbbf995902de" + "url": "https://github.com/restic/restic/releases/download/v0.18.1/restic_0.18.1_windows_amd64.zip", + "hash": "0c1a713440578cb400d2e76208feb24f1b339426b075a21f73b6b2132692515d" }, "32bit": { - "url": "https://github.com/restic/restic/releases/download/v0.18.0/restic_0.18.0_windows_386.zip", - "hash": "057da51accf774ea551d680239fa55c61613584be0e960a2a5d0ab9018f6f585" + "url": "https://github.com/restic/restic/releases/download/v0.18.1/restic_0.18.1_windows_386.zip", + "hash": "c97028c921ad5abca07a826913585f216114e8f2bf463a112ce116c352d2c166" } }, "bin": "restic.exe",