mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-17 09:05:12 +00:00
31 lines
1.2 KiB
JSON
31 lines
1.2 KiB
JSON
{
|
|
"version": "1.6.7",
|
|
"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.6.7/cargo-binstall-x86_64-pc-windows-msvc.zip",
|
|
"hash": "95de3336d3b10af2dbab7a8dfa1719ab4666054879a8941430b681adf15b50be"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/cargo-bins/cargo-binstall/releases/download/v1.6.7/cargo-binstall-aarch64-pc-windows-msvc.zip",
|
|
"hash": "af0a452a3b6fa2fb8d95638061ae07ae3470ba9f131a63699ab268a26aed77c0"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|