summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenneth Endfinger2020-02-07 23:35:59 -0500
committerKenneth Endfinger2020-02-07 23:35:59 -0500
commit750b2c97489d393ccd71a93d17523e9525048d67 (patch)
tree21d1fe5c1f57d39447f65e2934dd12afc2a121cc
parent50c8e3655840708c7ef2fcdf5621cd5d39a949f6 (diff)
downloadaur-750b2c97489d393ccd71a93d17523e9525048d67.tar.gz
v2.1.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f4b510b20b0f..11ab8e6af3f8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bazel-bootstrap
pkgdesc = (Bootstrap Build) Correct, reproducible, and fast builds for everyone
- pkgver = 2.0.0
+ pkgver = 2.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.zip::https://github.com/bazelbuild/bazel/releases/download/2.0.0/bazel-2.0.0-dist.zip
- source = bazel-bootstrap.zip.sig::https://github.com/bazelbuild/bazel/releases/download/2.0.0/bazel-2.0.0-dist.zip.sig
+ source = bazel-bootstrap.zip::https://github.com/bazelbuild/bazel/releases/download/2.1.0/bazel-2.1.0-dist.zip
+ source = bazel-bootstrap.zip.sig::https://github.com/bazelbuild/bazel/releases/download/2.1.0/bazel-2.1.0-dist.zip.sig
validpgpkeys = 71A1D0EFCFEB6281FD0437C93D5919B448457EE0
- sha512sums = db609e9d0ee0cdbfb999de850db17907af02dc26e605f4617dfeb2fbac5c30c4c0a9f48c6ba3673ffe8babb5b9e157cc51c32832015b85ed279b6b160506cdae
+ sha512sums = 5a98e7bcc7a078c37a5ee70054c45b2c30ef85c741a081a53e172678a1425b107a529636f32887ad41cd32609b69340dba82478dc20ecc856b131f23ea977200
sha512sums = SKIP
pkgname = bazel-bootstrap
diff --git a/PKGBUILD b/PKGBUILD
index 0195d11b6fc3..dc85f1af3aed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Kenneth Endfinger <kaendfinger@gmail.com>
pkgname=bazel-bootstrap
-pkgver=2.0.0
+pkgver=2.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.zip::https://github.com/bazelbuild/bazel/releases/downl
"bazel-bootstrap.zip.sig::https://github.com/bazelbuild/bazel/releases/download/${pkgver}/bazel-${pkgver}-dist.zip.sig"
)
-sha512sums=('db609e9d0ee0cdbfb999de850db17907af02dc26e605f4617dfeb2fbac5c30c4c0a9f48c6ba3673ffe8babb5b9e157cc51c32832015b85ed279b6b160506cdae'
+sha512sums=('5a98e7bcc7a078c37a5ee70054c45b2c30ef85c741a081a53e172678a1425b107a529636f32887ad41cd32609b69340dba82478dc20ecc856b131f23ea977200'
'SKIP')
validpgpkeys=('71A1D0EFCFEB6281FD0437C93D5919B448457EE0')