rustic: Update to version 0.7.0

This commit is contained in:
github-actions[bot] 2024-02-04 00:32:38 +00:00
parent 084755ad72
commit ebd9a02fdc

View File

@ -1,12 +1,12 @@
{ {
"version": "0.5.4", "version": "0.7.0",
"description": "fast, encrypted, and deduplicated backups powered by Rust", "description": "fast, encrypted, and deduplicated backups powered by Rust",
"homepage": "https://rustic.cli.rs", "homepage": "https://rustic.cli.rs",
"license": "MIT|Apache-2.0", "license": "MIT|Apache-2.0",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/rustic-rs/rustic/releases/download/v0.5.4/rustic-v0.5.4-x86_64-pc-windows-msvc.tar.gz", "url": "https://github.com/rustic-rs/rustic/releases/download/v0.7.0/rustic-v0.7.0-x86_64-pc-windows-msvc.tar.gz",
"hash": "4a5074a2937dcf1b8bcc1bdeebdb9d10364062b00e0c6475b4e0d8859ebb49d2" "hash": "65d6d88a6257b215b15838c47866f47e9762e643ed22a3c073162ffa3f9e7569"
} }
}, },
"pre_install": "Rename-Item \"$dir\\rustic\" 'rustic.exe' -ErrorAction SilentlyContinue # delete this when upstream fixes it", "pre_install": "Rename-Item \"$dir\\rustic\" 'rustic.exe' -ErrorAction SilentlyContinue # delete this when upstream fixes it",