From acc075e2c688ca811f551dbe7e5bed88468f224a Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Fri, 7 Feb 2020 14:01:51 +0000 Subject: [PATCH] bazel: Update to version 2.1.0 --- bucket/bazel.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/bazel.json b/bucket/bazel.json index bb86f9ad2b..812b00fed3 100644 --- a/bucket/bazel.json +++ b/bucket/bazel.json @@ -1,7 +1,7 @@ { "homepage": "https://bazel.build", "description": "A fast, scalable, multi-language and extensible build system", - "version": "2.0.0", + "version": "2.1.0", "license": "Apache-2.0", "bin": "bazel.exe", "suggest": { @@ -11,8 +11,8 @@ }, "architecture": { "64bit": { - "url": "https://github.com/bazelbuild/bazel/releases/download/2.0.0/bazel-2.0.0-windows-x86_64.zip", - "hash": "83d0e987fa84ac5085c1fe1cc8fd36f5c2bd7b0a3e84b346c2093b19cfa35a57" + "url": "https://github.com/bazelbuild/bazel/releases/download/2.1.0/bazel-2.1.0-windows-x86_64.zip", + "hash": "0c8492b49310f73cdfbc4df9173b5f2cd2aa547d8dfbe46b47b93f3d712e5864" } }, "checkver": {