ScoopInstaller_Main/bucket/cargo-binstall.json
2024-11-09 12:31:34 +00:00

31 lines
1.2 KiB
JSON

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