ScoopInstaller_Main/bucket/cargo-binstall.json
2025-09-14 16:28:04 +00:00

31 lines
1.2 KiB
JSON

{
"version": "1.15.5",
"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.15.5/cargo-binstall-x86_64-pc-windows-msvc.zip",
"hash": "fb55344531db717a6e7664f356d1f03e5a82be1d3bacf26836c3809723f61f5b"
},
"arm64": {
"url": "https://github.com/cargo-bins/cargo-binstall/releases/download/v1.15.5/cargo-binstall-aarch64-pc-windows-msvc.zip",
"hash": "53cb4f41954f508ca2ac228b0198363f7903012fcaa354ef7fe57e611b290d4f"
}
},
"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"
}
}
}
}