ScoopInstaller_Main/bucket/cargo-binstall.json
2025-01-13 16:31:20 +00:00

31 lines
1.2 KiB
JSON

{
"version": "1.10.21",
"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.21/cargo-binstall-x86_64-pc-windows-msvc.zip",
"hash": "baa90496dfee7ff099cba47f93a4130b9661b56c46fbe63518ce94a340b7b611"
},
"arm64": {
"url": "https://github.com/cargo-bins/cargo-binstall/releases/download/v1.10.21/cargo-binstall-aarch64-pc-windows-msvc.zip",
"hash": "bbded110d168b8406e34cd4155c061402a6ec7b2d66a1a2e78980f304f038d37"
}
},
"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"
}
}
}
}