simonsan 080f7f4621
rustic: (chore) Remove pre_install (#5494)
No longer needed as upstream is fixed
2024-02-05 00:37:38 +00:00

34 lines
968 B
JSON

{
"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.7.0/rustic-v0.7.0-x86_64-pc-windows-msvc.tar.gz",
"hash": "ced7bca727006e435ec629d2bb4617d082adc6a1253cbfb9743e882186809330"
}
},
"env_set": {
"RUSTIC_HOME": "$dir"
},
"bin": "rustic.exe",
"persist": [
"config",
"logs"
],
"checkver": {
"github": "https://github.com/rustic-rs/rustic"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/rustic-rs/rustic/releases/download/v$version/rustic-v$version-x86_64-pc-windows-msvc.tar.gz"
}
},
"hash": {
"url": "$url.sha256"
}
}
}