Skip to content

Commit cd9d3f3

Browse files
lizandavido
authored andcommitted
0.26.1
1 parent 5d04f36 commit cd9d3f3

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
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.26.0
4+
pkgver=0.26.1
55
pkgrel=0
66
pkgdesc='Correct, reproducible, and fast builds for everyone'
77
arch="all"
@@ -16,8 +16,8 @@ options="!distcc !strip !check"
1616
source="https://github.com/bazelbuild/bazel/releases/download/${pkgver}/bazel-${pkgver}-dist.zip
1717
https://github.com/bazelbuild/bazel/releases/download/${pkgver}/bazel-${pkgver}-dist.zip.sig"
1818

19-
sha512sums="e3471bbd3daf44f9a34ed6f8125f666cc2297f1b9e32ac57259cdb45161fdbb9cf6a9595849746a69ba1164e4bb0c916d5cdf351d7b40eab9ce31972ec622ad7 bazel-0.26.0-dist.zip
20-
ac4805ecd6a34a0782a2fefcdbbe8a2e9c6482b315b4f1dab49fc7bb1db13f03090d45629b5a7e4ed5af4f072d9460258a0b279e6f7edd129b4b20741326b7ab bazel-0.26.0-dist.zip.sig"
19+
sha512sums="f43f156947c2e9effb1f3ab79235d47d00254103b5a5aac62001008403216b2330c9062ce85d42be4fa582ad52d14ba52a47875df40c58a7e18c391684407574 bazel-0.26.1-dist.zip
20+
3e12a12a0a8a72e226451f1454f7a0e19b56d94cb03440e196657059b9687792ad030e3be1af34ee35883d5ee54027f5924af1b8fe9e71ce90e76abed7a2213f bazel-0.26.1-dist.zip.sig"
2121

2222
build() {
2323
export JAVA_HOME=/usr/lib/jvm/default-jvm

README.md

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

3-
This is the Bazel 0.26.0 as a Alpine Linux package.
3+
This is the Bazel 0.26.1 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.26.0/bazel-0.26.0-r0.apk
12-
apk add bazel-0.26.0-r0.apk
11+
wget https://github.com/davido/bazel-alpine-package/releases/download/0.26.1/bazel-0.26.1-r0.apk
12+
apk add bazel-0.26.1-r0.apk
1313

1414
## Usage inside a Dockerfile
1515

1616
ADD https://raw.githubusercontent.com/davido/bazel-alpine-package/master/[email protected] \
1717
/etc/apk/keys/[email protected]
18-
ADD https://github.com/davido/bazel-alpine-package/releases/download/0.26.0/bazel-0.26.0-r0.apk \
19-
/tmp/bazel-0.26.0-r0.apk
20-
RUN apk add /tmp/bazel-0.26.0-r0.apk
18+
ADD https://github.com/davido/bazel-alpine-package/releases/download/0.26.1/bazel-0.26.1-r0.apk \
19+
/tmp/bazel-0.26.1-r0.apk
20+
RUN apk add /tmp/bazel-0.26.1-r0.apk

0 commit comments

Comments
 (0)