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",