{ "homepage": "https://bazel.build", "version": "0.14.0", "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.14.0/bazel-0.14.0-windows-x86_64.zip", "hash": "6bc86b6a7122ca926eda8867685acd159b42e3cc3b650fd49ef5799d43860a05" } }, "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)\\current\\usr\\bin\\bash.exe" } }