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