Skip to content

Commit

Permalink
Bazel 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davido committed Dec 20, 2017
1 parent e3de81d commit ae2ed61
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
9 changes: 5 additions & 4 deletions APKBUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Maintainer: davido <[email protected]>
# Maintainer: David Ostrovsky <[email protected]>

pkgname=bazel
pkgver=0.8.0
pkgver=0.9.0
pkgrel=0
pkgdesc='Correct, reproducible, and fast builds for everyone'
arch="all"
Expand All @@ -12,8 +12,8 @@ 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="742eecf6f141632ecad25dcee978942004c1b37966c42cff2c1a5e97a01c0870d61959eb6b1d038d5a26ff2338871a2cdb65fa4fc02e37beca76b89981c837e1 bazel-0.8.0-dist.zip
3f53609bdf6b011fbd411ea2cec68c064efda37fe87509c44bc29200daf6f7650f45545f372cbce4dd69570a13f462087fe9bd5c7b4c95ba0776d2580cd63803 bazel-0.8.0-dist.zip.sig"
sha512sums="94393b968201f4f3977e2fdd58f47a6dc9dc07ad24d95a0d955049ccf38e1c0d48fe0f4ff2f3f30844e1137ee77a8e1f5567db05a8681149582a2dc0b221b8f7 bazel-0.9.0-dist.zip
dabd9bc77719030cf7e29d0d6ed07090535fe052cf85956c630876d6b8ab6c1676c3c7bf91489b2086723a05e42a23404c448042cc6773df91edccb099330adc bazel-0.9.0-dist.zip.sig"

build() {
./compile.sh
Expand All @@ -32,3 +32,4 @@ package() {
install -Dm644 ${srcdir}/scripts/zsh_completion/_bazel ${pkgdir}/usr/share/zsh/site-functions/_bazel
}
# vim:set ts=2 sw=2 et:

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 as a Alpine Linux package.
This is the Bazel 0.9.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.8.0/bazel-0.8.0-r0.apk
apk add bazel-0.8.0-r0.apk
wget https://github.com/davido/bazel-alpine-package/releases/download/0.9.0/bazel-0.9.0-r0.apk
apk add bazel-0.9.0-r0.apk

0 comments on commit ae2ed61

Please sign in to comment.