{ "homepage": "https://bazel.build", "version": "0.19.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.19.1/bazel-0.19.1-windows-x86_64.zip", "hash": "ec413372d342f25991286e9dba011219495c97a9adc0f867c4c6b8a3261696db" } }, "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" } }