mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-19 05:41:32 +00:00
bazelisk: Add version 1.2.0 (#6002)
This commit is contained in:
parent
85c75f1e10
commit
6523890ee3
21
bucket/bazelisk.json
Normal file
21
bucket/bazelisk.json
Normal 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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user