ScoopInstaller_Main/bucket/cargo-binstall.json
2024-05-25 04:26:51 +00:00

31 lines
1.2 KiB
JSON

{
"version": "1.6.8",
"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.8/cargo-binstall-x86_64-pc-windows-msvc.zip",
"hash": "0c1cd165f4460a9d5c1f5c2a67e5faf53913694ba207ddc18b44f6c5de6ba6c5"
},
"arm64": {
"url": "https://github.com/cargo-bins/cargo-binstall/releases/download/v1.6.8/cargo-binstall-aarch64-pc-windows-msvc.zip",
"hash": "f440401a77b284a8b52ba0052fe26628e8658d4febc91108c28542a0843d341a"
}
},
"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"
}
}
}
}