ScoopInstaller_Main/bucket/cargo-binstall.json
2025-10-11 12:31:26 +00:00

31 lines
1.2 KiB
JSON

{
"version": "1.15.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.15.7/cargo-binstall-x86_64-pc-windows-msvc.zip",
"hash": "259ab9e3cd61ebb067307a6837ab9c5ada3484ce8963e8f0b46130dfccb45b44"
},
"arm64": {
"url": "https://github.com/cargo-bins/cargo-binstall/releases/download/v1.15.7/cargo-binstall-aarch64-pc-windows-msvc.zip",
"hash": "b3ba0187fb42fd5fd8644c05cddca502f08bed5a34fc9bddefe5c424de7d4d12"
}
},
"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"
}
}
}
}