From ba8f84ff43dc59f59d53893e568c8cf8933a23ce Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 27 Mar 2025 20:27:53 +0000 Subject: [PATCH] restic: Update to version 0.18.0 --- bucket/restic.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/restic.json b/bucket/restic.json index b7a2900569..8376bdcecf 100644 --- a/bucket/restic.json +++ b/bucket/restic.json @@ -1,16 +1,16 @@ { - "version": "0.17.3", + "version": "0.18.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.17.3/restic_0.17.3_windows_amd64.zip", - "hash": "fcf5875de5a995100e8a2ecad5b0ada86b47155796bece87a425a251288c800f" + "url": "https://github.com/restic/restic/releases/download/v0.18.0/restic_0.18.0_windows_amd64.zip", + "hash": "c90cfcd577fe3d60d2529021e76bd5637bdcd19d7fa84840a40fcbbf995902de" }, "32bit": { - "url": "https://github.com/restic/restic/releases/download/v0.17.3/restic_0.17.3_windows_386.zip", - "hash": "045c160ef53d1c32d6c5cf60bc3805026be807ddbfea1d9dbc90e1c5fdf94776" + "url": "https://github.com/restic/restic/releases/download/v0.18.0/restic_0.18.0_windows_386.zip", + "hash": "057da51accf774ea551d680239fa55c61613584be0e960a2a5d0ab9018f6f585" } }, "bin": "restic.exe",