Skip to content

Commit

Permalink
bazel 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davido committed May 1, 2018
1 parent 618ddb3 commit d2d52d5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
7 changes: 4 additions & 3 deletions APKBUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Maintainer: David Ostrovsky <[email protected]>

pkgname=bazel
pkgver=0.11.1
pkgver=0.12.0
pkgrel=0
pkgdesc='Correct, reproducible, and fast builds for everyone'
arch="all"
Expand All @@ -12,8 +12,9 @@ makedepends="git protobuf python"
options="!distcc !strip"
source="https://github.com/bazelbuild/bazel/releases/download/${pkgver}/bazel-${pkgver}-dist.zip
https://github.com/bazelbuild/bazel/releases/download/${pkgver}/bazel-${pkgver}-dist.zip.sig"
sha512sums="18648d277c8605c7321d3b2e3461c41983aaea0f5dee0832086cf87189888fddcfef0de422243490140e32b2ebf82f4883411753a343849f7aba25acfd0ce5f1 bazel-0.11.1-dist.zip
6570939b6c2ca1f24382d4f492b3704503265ada6111dd45247d2972cfa8e03143fe0d4bb6b0da4f7aea96a00e8b3c9a8ca97c5e37bacb7de42772f06eb4cf34 bazel-0.11.1-dist.zip.sig"

sha512sums="d2becd4a0a66fd0f76e8babc54eabfc30fd9e2ea226ed9db32e4b811c57aa4c9d10eb52a5f9a5ebb49b4452efecf8866dea767664def160326a35b4b42d24280 bazel-0.12.0-dist.zip
b17411f6bf4078cfe49353bdc8e7d92b6f094ae61598ae1348c7c595f697c9fbed074f5d1e1adafbbf78253ac49e058d09b1e0492ddd7fdbd915ab4f69c744b9 bazel-0.12.0-dist.zip.sig"

build() {
./compile.sh
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# bazel-alpine-package

This is the Bazel 0.11.1 as a Alpine Linux package.
This is the Bazel 0.12.0 as a Alpine Linux package.

## Installing

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

apk --no-cache add ca-certificates wget
wget -q -O /etc/apk/keys/[email protected] https://raw.githubusercontent.com/davido/bazel-alpine-package/master/[email protected]
wget https://github.com/davido/bazel-alpine-package/releases/download/0.11.1/bazel-0.11.1-r0.apk
apk add bazel-0.11.1-r0.apk
wget https://github.com/davido/bazel-alpine-package/releases/download/0.12.0/bazel-0.12.0-r0.apk
apk add bazel-0.12.0-r0.apk

0 comments on commit d2d52d5

Please sign in to comment.