ScoopInstaller_Main/bucket/bazelisk.json
2024-12-10 20:29:21 +00:00

22 lines
731 B
JSON

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