bazelisk: Add version 1.2.0 (#6002)

This commit is contained in:
Hsiao-nan Cheung 2024-07-09 00:22:55 +08:00 committed by GitHub
parent 85c75f1e10
commit 6523890ee3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

21
bucket/bazelisk.json Normal file
View File

@ -0,0 +1,21 @@
{
"version": "1.20.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.20.0/bazelisk-windows-amd64.exe#/bazelisk.exe",
"hash": "4175ce7ef4b552fb17e93ce49a245679dc26a35cf2fbc7c3146daca6ffc7a81e"
}
},
"bin": "bazelisk.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/bazelbuild/bazelisk/releases/download/v$version/bazelisk-windows-amd64.exe#/bazelisk.exe"
}
}
}
}