{ "homepage": "https://bazel.build", "description": "A fast, scalable, multi-language and extensible build system", "version": "0.29.1", "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/0.29.1/bazel-0.29.1-windows-x86_64.zip", "hash": "c9e6a43fe49121b204f1d4cbab3030e2e2888198442a8d8cf90432f4b63dc2b8" } }, "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" } }