summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenneth Endfinger2020-05-09 07:52:31 -0400
committerKenneth Endfinger2020-05-09 07:52:31 -0400
commitaefda532eec9f8e3c8275d107e0e8fb8027e8600 (patch)
treea46964573e4548902d2e01a1b28797e3ce03bf27
parent26f898737dac9b021dfef1e45fa81d94378f2acc (diff)
downloadaur-aefda532eec9f8e3c8275d107e0e8fb8027e8600.tar.gz
v3.1.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ffc5da1e116b..02aaf83f4630 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bazel-bootstrap
pkgdesc = (Bootstrap Build) Correct, reproducible, and fast builds for everyone
- pkgver = 3.0.0
+ pkgver = 3.1.0
pkgrel = 1
url = http://bazel.io/
arch = i686
@@ -19,10 +19,10 @@ pkgbase = bazel-bootstrap
options = !distcc
options = !strip
options = !ccache
- source = bazel-bootstrap-3.0.0.zip::https://github.com/bazelbuild/bazel/releases/download/3.0.0/bazel-3.0.0-dist.zip
- source = bazel-bootstrap-3.0.0.zip.sig::https://github.com/bazelbuild/bazel/releases/download/3.0.0/bazel-3.0.0-dist.zip.sig
+ source = bazel-bootstrap-3.1.0.zip::https://github.com/bazelbuild/bazel/releases/download/3.1.0/bazel-3.1.0-dist.zip
+ source = bazel-bootstrap-3.1.0.zip.sig::https://github.com/bazelbuild/bazel/releases/download/3.1.0/bazel-3.1.0-dist.zip.sig
validpgpkeys = 71A1D0EFCFEB6281FD0437C93D5919B448457EE0
- sha512sums = 9947011db2719fc7d6abc48ad82abc06db9145ae36b2077d003cfb001a6d940e583c91e680a4c687f96cbdd1ec141bb24f598a85df361be0190b7b4d7a15ee3f
+ sha512sums = 2e28b200af9b6075d406eb946c852005b0eefca2328138d42e5010520a5ac952d72276c9ed8d3a9750bfb1f167a068827ef6b94450c708f8e7140ffcaa29755c
sha512sums = SKIP
pkgname = bazel-bootstrap
diff --git a/PKGBUILD b/PKGBUILD
index 6f4e40db631c..64fb5d48e442 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Kenneth Endfinger <kaendfinger@gmail.com>
pkgname=bazel-bootstrap
-pkgver=3.0.0
+pkgver=3.1.0
pkgrel=1
pkgdesc="(Bootstrap Build) Correct, reproducible, and fast builds for everyone"
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
@@ -13,7 +13,7 @@ source=("bazel-bootstrap-${pkgver}.zip::https://github.com/bazelbuild/bazel/rele
"bazel-bootstrap-${pkgver}.zip.sig::https://github.com/bazelbuild/bazel/releases/download/${pkgver}/bazel-${pkgver}-dist.zip.sig"
)
-sha512sums=('9947011db2719fc7d6abc48ad82abc06db9145ae36b2077d003cfb001a6d940e583c91e680a4c687f96cbdd1ec141bb24f598a85df361be0190b7b4d7a15ee3f'
+sha512sums=('2e28b200af9b6075d406eb946c852005b0eefca2328138d42e5010520a5ac952d72276c9ed8d3a9750bfb1f167a068827ef6b94450c708f8e7140ffcaa29755c'
'SKIP')
validpgpkeys=('71A1D0EFCFEB6281FD0437C93D5919B448457EE0')