mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-14 15:45:19 +00:00
31 lines
1.2 KiB
JSON
31 lines
1.2 KiB
JSON
{
|
|
"version": "1.10.20",
|
|
"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.20/cargo-binstall-x86_64-pc-windows-msvc.zip",
|
|
"hash": "c7995d7b6265ad2c1b543113ad38d6dde152962980c70bf163fad6e9e15123ba"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/cargo-bins/cargo-binstall/releases/download/v1.10.20/cargo-binstall-aarch64-pc-windows-msvc.zip",
|
|
"hash": "11aa8f3b395b042e67f0369937d1aa375b3ba3a7a7a1905baddef4dd84ca02ff"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|