bazel: Update to version 0.27.1

This commit is contained in:
Richard Kuhnt 2019-07-02 18:00:41 +00:00
parent b409c7cf14
commit 762ff61bff

View File

@ -1,7 +1,7 @@
{ {
"homepage": "https://bazel.build", "homepage": "https://bazel.build",
"description": "A fast, scalable, multi-language and extensible build system", "description": "A fast, scalable, multi-language and extensible build system",
"version": "0.27.0", "version": "0.27.1",
"license": "Apache-2.0", "license": "Apache-2.0",
"bin": "bazel.exe", "bin": "bazel.exe",
"suggest": { "suggest": {
@ -11,8 +11,8 @@
}, },
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/bazelbuild/bazel/releases/download/0.27.0/bazel-0.27.0-windows-x86_64.zip", "url": "https://github.com/bazelbuild/bazel/releases/download/0.27.1/bazel-0.27.1-windows-x86_64.zip",
"hash": "6d496005bf02151b983aed1320f1728aca461de2246ee50cbcc56886078b813e" "hash": "eb87e87ec0ce5653701ebabce7c577de640a1f392ff43c7ad4e212f59e3c3beb"
} }
}, },
"checkver": { "checkver": {