From 1ccf0bd4de16e16cb7df6aed935f8873e07a8892 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 19 Oct 2022 20:30:14 +0000 Subject: [PATCH] bazel: Update to version 5.3.2 --- bucket/bazel.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/bazel.json b/bucket/bazel.json index e23adfa672..44368f2cd0 100644 --- a/bucket/bazel.json +++ b/bucket/bazel.json @@ -1,5 +1,5 @@ { - "version": "4.2.3", + "version": "5.3.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/4.2.3/bazel-4.2.3-windows-x86_64.zip", - "hash": "81a9b595b1caf20666b893dd3a73d3804bbc78f86e50e83a9cea8ed7e6ffb11a" + "url": "https://github.com/bazelbuild/bazel/releases/download/5.3.2/bazel-5.3.2-windows-x86_64.zip", + "hash": "163ac2abd8ad3669451f8f6f6a0ff0c6b207404d638a7a0e0799e96801ff74fd" } }, "bin": "bazel.exe",