mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-28 19:44:24 +00:00
31 lines
1.2 KiB
JSON
31 lines
1.2 KiB
JSON
{
|
|
"version": "1.14.3",
|
|
"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.14.3/cargo-binstall-x86_64-pc-windows-msvc.zip",
|
|
"hash": "8daeb8c8a86da4881dc0758f020e56fcd7b7ee15255e259c419a14efc59f8abd"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/cargo-bins/cargo-binstall/releases/download/v1.14.3/cargo-binstall-aarch64-pc-windows-msvc.zip",
|
|
"hash": "959c0d49386ab4b0d4c48a8b7517cf63141b5235afb051af9f6a04b10cc3ce06"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|