From 38c15e4fecdc83f65f93c8232b5ecd7ec7c99857 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Tue, 17 Jul 2018 13:00:27 +0000 Subject: [PATCH] bazel: Update to version 0.15.2 --- bazel.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bazel.json b/bazel.json index 8e0ed831c1..ff07ac7ec3 100644 --- a/bazel.json +++ b/bazel.json @@ -1,6 +1,6 @@ { "homepage": "https://bazel.build", - "version": "0.15.1", + "version": "0.15.2", "license": "Apache-2.0", "bin": "bazel.exe", "suggest": { @@ -16,8 +16,8 @@ }, "architecture": { "64bit": { - "url": "https://github.com/bazelbuild/bazel/releases/download/0.15.1/bazel-0.15.1-windows-x86_64.zip", - "hash": "50467bfbe24b49189531ea5f24ca9e4cf9ca5b339fdb7c2bbe8eaf517f587492" + "url": "https://github.com/bazelbuild/bazel/releases/download/0.15.2/bazel-0.15.2-windows-x86_64.zip", + "hash": "37b1eb9b782c4ca89f5c5951144f7b953341bdb7e3d2c10f60e36f82a872559d" } }, "checkver": {