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