ScoopInstaller_Main/bucket/bazelisk.json
2024-10-21 20:28:31 +00:00

22 lines
731 B
JSON

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