ScoopInstaller_Main/bucket/cargo-binstall.json
2025-08-24 12:31:09 +00:00

31 lines
1.2 KiB
JSON

{
"version": "1.15.1",
"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.1/cargo-binstall-x86_64-pc-windows-msvc.zip",
"hash": "1358be010b9dab919b3f1397a57e41db24aaa73f410082abf9dff6b833459b31"
},
"arm64": {
"url": "https://github.com/cargo-bins/cargo-binstall/releases/download/v1.15.1/cargo-binstall-aarch64-pc-windows-msvc.zip",
"hash": "6c33d22c776f837a8187f0f3260f237035f9e1634eedac97551846eb2063246f"
}
},
"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"
}
}
}
}