ScoopInstaller_Main/bucket/cargo-binstall.json
2024-05-03 12:30:52 +00:00

31 lines
1.2 KiB
JSON

{
"version": "1.6.5",
"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.5/cargo-binstall-x86_64-pc-windows-msvc.zip",
"hash": "0da0dbdf8f6801f756f5e1d9324b6f495d5288d06550adba336a521fe28c338d"
},
"arm64": {
"url": "https://github.com/cargo-bins/cargo-binstall/releases/download/v1.6.5/cargo-binstall-aarch64-pc-windows-msvc.zip",
"hash": "f4d73bd068f0660bae395222b2414f0eb14b1492cb3a00bc354c852eefdccc64"
}
},
"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"
}
}
}
}