mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-24 07:06:23 +00:00
31 lines
1.2 KiB
JSON
31 lines
1.2 KiB
JSON
{
|
|
"version": "1.10.17",
|
|
"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.17/cargo-binstall-x86_64-pc-windows-msvc.zip",
|
|
"hash": "3866b6c93534147c2382b2360b6d84681b3ff7ef623919d9bd08e53817df8c50"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/cargo-bins/cargo-binstall/releases/download/v1.10.17/cargo-binstall-aarch64-pc-windows-msvc.zip",
|
|
"hash": "c5ae6543a4b97372a163444468720984e41a6cd3eecd82fdf75c65528ec3f806"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|