ScoopInstaller_Main/bucket/bazelisk.json
2024-11-05 20:28:24 +00:00

22 lines
731 B
JSON

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