From 56b5bf156b9f23fc22dcd72914b64c254399f6d7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 4 Feb 2024 01:54:33 +0000 Subject: [PATCH] rustic@0.7.0: Fix hash (Closes #5495) --- bucket/rustic.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bucket/rustic.json b/bucket/rustic.json index ae6ddb5d0a..0dcfa2cf9e 100644 --- a/bucket/rustic.json +++ b/bucket/rustic.json @@ -6,7 +6,7 @@ "architecture": { "64bit": { "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" + "hash": "ced7bca727006e435ec629d2bb4617d082adc6a1253cbfb9743e882186809330" } }, "pre_install": "Rename-Item \"$dir\\rustic\" 'rustic.exe' -ErrorAction SilentlyContinue # delete this when upstream fixes it",