mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
36 lines
1.0 KiB
JSON
36 lines
1.0 KiB
JSON
{
|
|
"version": "8.3.1",
|
|
"description": "A fast, scalable, multi-language and extensible build system",
|
|
"homepage": "https://bazel.build",
|
|
"license": "Apache-2.0",
|
|
"suggest": {
|
|
"MSYS2": "msys2",
|
|
"Python27": "versions/python27",
|
|
"curl": "curl"
|
|
},
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/bazelbuild/bazel/releases/download/8.3.1/bazel-8.3.1-windows-x86_64.zip",
|
|
"hash": "eea363ec4e38967939bd69ef2d356a445b199759cc100e3c11071e6508d8732e"
|
|
}
|
|
},
|
|
"bin": "bazel.exe",
|
|
"env_set": {
|
|
"BAZEL_SH": "$(appdir msys2 $global)\\current\\usr\\bin\\bash.exe"
|
|
},
|
|
"checkver": {
|
|
"github": "https://github.com/bazelbuild/bazel"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/bazelbuild/bazel/releases/download/$version/bazel-$version-windows-x86_64.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"mode": "extract",
|
|
"url": "$url.sha256"
|
|
}
|
|
}
|
|
}
|