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