{ "version": "3.5.0", "description": "A fast, scalable, multi-language and extensible build system", "homepage": "https://bazel.build", "license": "Apache-2.0", "bin": "bazel.exe", "suggest": { "MSYS2": "msys2", "Python27": "versions/python27", "curl": "curl" }, "architecture": { "64bit": { "url": "https://github.com/bazelbuild/bazel/releases/download/3.5.0/bazel-3.5.0-windows-x86_64.zip", "hash": "55ecc3d2b5977754da45a682097d262aa594bdcf1445a436702a40e41c16f42f" } }, "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" } }, "env_set": { "BAZEL_SH": "$(appdir msys2 $global)\\current\\usr\\bin\\bash.exe" } }