ScoopInstaller_Main/bucket/cargo-binstall.json
2025-06-06 16:30:18 +00:00

31 lines
1.2 KiB
JSON

{
"version": "1.12.7",
"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.12.7/cargo-binstall-x86_64-pc-windows-msvc.zip",
"hash": "8b206ca337957fa1a812961f385919acb2da03ff45a15b9b56e8c3dc1ec049f0"
},
"arm64": {
"url": "https://github.com/cargo-bins/cargo-binstall/releases/download/v1.12.7/cargo-binstall-aarch64-pc-windows-msvc.zip",
"hash": "dd8b9333aba8704dddfb82a487360492167819d63ca171e1629e994856319c81"
}
},
"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"
}
}
}
}