From 466cc0d07cdc3a37608a54c5c918e99f93581167 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Fri, 18 Dec 2020 02:23:27 +0100 Subject: [PATCH] bazel: Update to version 3.7.2 --- bucket/bazel.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/bazel.json b/bucket/bazel.json index 10b3686c34..97c668c648 100644 --- a/bucket/bazel.json +++ b/bucket/bazel.json @@ -1,5 +1,5 @@ { - "version": "3.7.1", + "version": "3.7.2", "description": "A fast, scalable, multi-language and extensible build system", "homepage": "https://bazel.build", "license": "Apache-2.0", @@ -10,8 +10,8 @@ }, "architecture": { "64bit": { - "url": "https://github.com/bazelbuild/bazel/releases/download/3.7.1/bazel-3.7.1-windows-x86_64.zip", - "hash": "d30ade1f738cca55055762513a8b24ba10557a1b022abfa8402680ca9ce47dd1" + "url": "https://github.com/bazelbuild/bazel/releases/download/3.7.2/bazel-3.7.2-windows-x86_64.zip", + "hash": "356845f097357962526e71aa20d92c0f7b96db769cce4456c76e18e94d31ba40" } }, "bin": "bazel.exe",