ScoopInstaller_Main/bucket/cargo-binstall.json
2024-12-28 08:29:13 +00:00

31 lines
1.2 KiB
JSON

{
"version": "1.10.18",
"description": "Binary installation for rust projects",
"homepage": "https://github.com/cargo-bins/cargo-binstall",
"license": "GPL-3.0-only",
"architecture": {
"64bit": {
"url": "https://github.com/cargo-bins/cargo-binstall/releases/download/v1.10.18/cargo-binstall-x86_64-pc-windows-msvc.zip",
"hash": "b0fde17b48f0a43b57d218388e58ce89689b3b91d8e272500ed85789656510b5"
},
"arm64": {
"url": "https://github.com/cargo-bins/cargo-binstall/releases/download/v1.10.18/cargo-binstall-aarch64-pc-windows-msvc.zip",
"hash": "e8c206865a9bac281e44939968f53d53c31c466f8b15e2cf7ac293c793a0da46"
}
},
"bin": "cargo-binstall.exe",
"checkver": {
"github": "https://github.com/cargo-bins/cargo-binstall"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/cargo-bins/cargo-binstall/releases/download/v$version/cargo-binstall-x86_64-pc-windows-msvc.zip"
},
"arm64": {
"url": "https://github.com/cargo-bins/cargo-binstall/releases/download/v$version/cargo-binstall-aarch64-pc-windows-msvc.zip"
}
}
}
}