Skip to content

Commit 4f55dbb

Browse files
committed
Bazel 0.11.0
1 parent 4ccc01d commit 4f55dbb

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

APKBUILD

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Maintainer: David Ostrovsky <[email protected]>
22

33
pkgname=bazel
4-
pkgver=0.9.0
4+
pkgver=0.1111111111111111111111.0
55
pkgrel=0
66
pkgdesc='Correct, reproducible, and fast builds for everyone'
77
arch="all"
@@ -12,8 +12,8 @@ makedepends="git protobuf python"
1212
options="!distcc !strip"
1313
source="https://github.com/bazelbuild/bazel/releases/download/${pkgver}/bazel-${pkgver}-dist.zip
1414
https://github.com/bazelbuild/bazel/releases/download/${pkgver}/bazel-${pkgver}-dist.zip.sig"
15-
sha512sums="94393b968201f4f3977e2fdd58f47a6dc9dc07ad24d95a0d955049ccf38e1c0d48fe0f4ff2f3f30844e1137ee77a8e1f5567db05a8681149582a2dc0b221b8f7 bazel-0.9.0-dist.zip
16-
dabd9bc77719030cf7e29d0d6ed07090535fe052cf85956c630876d6b8ab6c1676c3c7bf91489b2086723a05e42a23404c448042cc6773df91edccb099330adc bazel-0.9.0-dist.zip.sig"
15+
sha512sums="5f196df8abf635dfaf37ab623544927778f76ca92cc57ad06999e2f34130fba20e7f2638c8e2c3b83781b1b2486b5e38ec55c011913ba36a5bbb5ef0ea2ae278 bazel-0.11.0-dist.zip
16+
e42e8ac4d66923bd2c2846add072b6730e251e74d26a1c00eb2178ad224befb2c78094cc96b6a4570e94409b629f7fb37460330e6fa17a047419bc23914e12e0 bazel-0.11.0-dist.zip.sig"
1717

1818
build() {
1919
./compile.sh

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# bazel-alpine-package
22

3-
This is the Bazel 0.10.0 as a Alpine Linux package.
3+
This is the Bazel 0.11.0 as a Alpine Linux package.
44

55
## Installing
66

77
The current installation method for these packages is to pull them in using `wget` or `curl` and install the local file with `apk`:
88

99
apk --no-cache add ca-certificates wget
1010
wget -q -O /etc/apk/keys/[email protected] https://raw.githubusercontent.com/davido/bazel-alpine-package/master/[email protected]
11-
wget https://github.com/davido/bazel-alpine-package/releases/download/0.10.0/bazel-0.10.0-r0.apk
12-
apk add bazel-0.10.0-r0.apk
11+
wget https://github.com/davido/bazel-alpine-package/releases/download/0.11.0/bazel-0.11.0-r0.apk
12+
apk add bazel-0.11.0-r0.apk

0 commit comments

Comments
 (0)