ScoopInstaller_Main/bucket/cargo-binstall.json
2025-01-19 08:28:53 +00:00

31 lines
1.2 KiB
JSON

{
"version": "1.10.22",
"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.22/cargo-binstall-x86_64-pc-windows-msvc.zip",
"hash": "36d6ea24db049a36d0eab33003e6ee007955f01a8ce89fef46d4026adb86db96"
},
"arm64": {
"url": "https://github.com/cargo-bins/cargo-binstall/releases/download/v1.10.22/cargo-binstall-aarch64-pc-windows-msvc.zip",
"hash": "d86dfba0c13f7c84724e1d21fcec35b8a42633733215a61d1ee183455b12db5e"
}
},
"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"
}
}
}
}