ScoopInstaller_Main/bucket/bazelisk.json
2025-08-12 20:30:21 +00:00

22 lines
731 B
JSON

{
"version": "1.27.0",
"description": "A user-friendly launcher for Bazel",
"homepage": "https://github.com/bazelbuild/bazelisk",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/bazelbuild/bazelisk/releases/download/v1.27.0/bazelisk-windows-amd64.exe#/bazelisk.exe",
"hash": "d4b5e1cea61fcdb0bed60f8868c2e37684221b65feae898d1124482cd39ec89e"
}
},
"bin": "bazelisk.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/bazelbuild/bazelisk/releases/download/v$version/bazelisk-windows-amd64.exe#/bazelisk.exe"
}
}
}
}