mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
22 lines
731 B
JSON
22 lines
731 B
JSON
{
|
|
"version": "1.27.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.27.0/bazelisk-windows-amd64.exe#/bazelisk.exe",
|
|
"hash": "d4b5e1cea61fcdb0bed60f8868c2e37684221b65feae898d1124482cd39ec89e"
|
|
}
|
|
},
|
|
"bin": "bazelisk.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/bazelbuild/bazelisk/releases/download/v$version/bazelisk-windows-amd64.exe#/bazelisk.exe"
|
|
}
|
|
}
|
|
}
|
|
}
|