ScoopInstaller_Main/bucket/cargo-binstall.json
2025-08-22 16:29:37 +00:00

31 lines
1.2 KiB
JSON

{
"version": "1.15.0",
"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.0/cargo-binstall-x86_64-pc-windows-msvc.zip",
"hash": "2fc705fc5996c3bb324f4e967a6d1a46a1fdccc019bb1a78d9b34b9ea78dc089"
},
"arm64": {
"url": "https://github.com/cargo-bins/cargo-binstall/releases/download/v1.15.0/cargo-binstall-aarch64-pc-windows-msvc.zip",
"hash": "29498dbd416bc0f3dddc7822120087c2176bc5b48ddadf231932cf18053d3666"
}
},
"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"
}
}
}
}