mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 22:31:19 +00:00
31 lines
1.2 KiB
JSON
31 lines
1.2 KiB
JSON
{
|
|
"version": "1.15.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.15.3/cargo-binstall-x86_64-pc-windows-msvc.zip",
|
|
"hash": "22c529f5bda1ff561c20e0c50e46d9ee937edc31a487de5e64dc85dc59645e1a"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/cargo-bins/cargo-binstall/releases/download/v1.15.3/cargo-binstall-aarch64-pc-windows-msvc.zip",
|
|
"hash": "1db5c5238c55cda1d6baaa6a0174d2c33c0465fc496c3e78dff499f5c8c09a01"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|