bazel: Update to version 2.2.0

This commit is contained in:
Richard Kuhnt 2020-03-03 10:01:54 +00:00
parent 8b92d475fd
commit cc20e39615

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": "2.1.1", "version": "2.2.0",
"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/2.1.1/bazel-2.1.1-windows-x86_64.zip", "url": "https://github.com/bazelbuild/bazel/releases/download/2.2.0/bazel-2.2.0-windows-x86_64.zip",
"hash": "31a5ae5e445ae0d4cad0caf8589dd471006c5891039d98dd48cefb892d68d635" "hash": "ec90f3777be2c4d751036333a9743297bbdcbf88e0d15827d45d6fc19d8f05e9"
} }
}, },
"checkver": { "checkver": {