ScoopInstaller_Main/bucket/bazelisk.json
2024-09-06 20:27:41 +00:00

22 lines
731 B
JSON

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