From ebd9a02fdc66945013ae90a01396a5f54b1a5360 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 4 Feb 2024 00:32:38 +0000 Subject: [PATCH] rustic: Update to version 0.7.0 --- bucket/rustic.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/rustic.json b/bucket/rustic.json index 460ab05c7a..ae6ddb5d0a 100644 --- a/bucket/rustic.json +++ b/bucket/rustic.json @@ -1,12 +1,12 @@ { - "version": "0.5.4", + "version": "0.7.0", "description": "fast, encrypted, and deduplicated backups powered by Rust", "homepage": "https://rustic.cli.rs", "license": "MIT|Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/rustic-rs/rustic/releases/download/v0.5.4/rustic-v0.5.4-x86_64-pc-windows-msvc.tar.gz", - "hash": "4a5074a2937dcf1b8bcc1bdeebdb9d10364062b00e0c6475b4e0d8859ebb49d2" + "url": "https://github.com/rustic-rs/rustic/releases/download/v0.7.0/rustic-v0.7.0-x86_64-pc-windows-msvc.tar.gz", + "hash": "65d6d88a6257b215b15838c47866f47e9762e643ed22a3c073162ffa3f9e7569" } }, "pre_install": "Rename-Item \"$dir\\rustic\" 'rustic.exe' -ErrorAction SilentlyContinue # delete this when upstream fixes it",