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

31 lines
1.2 KiB
JSON

{
"version": "1.12.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.12.5/cargo-binstall-x86_64-pc-windows-msvc.zip",
"hash": "d4c31e58a48a8375ad152c44b565a664fcdea2e938ec9ad36af4a761f40bb4cf"
},
"arm64": {
"url": "https://github.com/cargo-bins/cargo-binstall/releases/download/v1.12.5/cargo-binstall-aarch64-pc-windows-msvc.zip",
"hash": "faf872637c727ec81f4034216ec680320677cc2be03d392f8e60bc334adb3b09"
}
},
"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"
}
}
}
}