ScoopInstaller_Main/bucket/cargo-binstall.json
2024-11-02 04:30:16 +00:00

31 lines
1.2 KiB
JSON

{
"version": "1.10.10",
"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.10/cargo-binstall-x86_64-pc-windows-msvc.zip",
"hash": "2783ea2f5da5897963ea70807adaec74f70734666ef06108b6e1d8ccf443ce51"
},
"arm64": {
"url": "https://github.com/cargo-bins/cargo-binstall/releases/download/v1.10.10/cargo-binstall-aarch64-pc-windows-msvc.zip",
"hash": "ac21a16ef14821de9b5f4d74c89823bceca5b020f1872fe6353d63652efec5a5"
}
},
"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"
}
}
}
}