Skip to content

Commit 1877c3d

Browse files
committed
bazel: bump to 3.1.0
1 parent ac643ea commit 1877c3d

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

build-chroot/bazel-3.0.0.deb.sha256

-1
This file was deleted.

build-chroot/bazel-3.1.0.deb.sha256

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
8fb2fe222c479a24e4d089f30bf30aea36fc8bfa117d81cce1ad9adf1f743bf0 bazel-3.1.0.deb

build-chroot/install-bazel.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
set -e -u
33

4-
VERSION="3.0.0"
4+
VERSION="3.1.0"
55

66
cd "$(dirname "$0")"
77
curl -L -o "bazel-${VERSION}.deb" "https://github.com/bazelbuild/bazel/releases/download/${VERSION}/bazel_${VERSION}-linux-x86_64.deb"

0 commit comments

Comments
 (0)