ScoopInstaller_Main/bucket/bazelisk.json
2026-01-19 20:30:05 +00:00

22 lines
731 B
JSON

{
"version": "1.28.1",
"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.28.1/bazelisk-windows-amd64.exe#/bazelisk.exe",
"hash": "b9d65a1f7c2d7af885a96a4fd5aa36b40fb41816d30944390569eef908bdc954"
}
},
"bin": "bazelisk.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/bazelbuild/bazelisk/releases/download/v$version/bazelisk-windows-amd64.exe#/bazelisk.exe"
}
}
}
}