ScoopInstaller_Main/bucket/cargo-binstall.json
2025-10-24 16:30:30 +00:00

31 lines
1.2 KiB
JSON

{
"version": "1.15.8",
"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.8/cargo-binstall-x86_64-pc-windows-msvc.zip",
"hash": "7de49bfc630a83c9c62305fa05ba120656ac43bd8a3d0bd6bfa2b045b8aff71b"
},
"arm64": {
"url": "https://github.com/cargo-bins/cargo-binstall/releases/download/v1.15.8/cargo-binstall-aarch64-pc-windows-msvc.zip",
"hash": "371104398723d2149973985822dad59ac9059cbeccb3de38eeafa315248192bd"
}
},
"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"
}
}
}
}