summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenneth Endfinger2020-03-05 20:43:00 -0500
committerKenneth Endfinger2020-03-05 20:43:00 -0500
commit0bfe03023f2a63952748093074ffcbb5fff90dc9 (patch)
treef3ebb92baeb448c16bcc4aa09dda625a8c476126
parent9e2fd4c61a75f6aa4fd3267b91ea7d07510df6de (diff)
downloadaur-0bfe03023f2a63952748093074ffcbb5fff90dc9.tar.gz
v2.2.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 43db1161a232..86c9145f5b21 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bazel-bootstrap
pkgdesc = (Bootstrap Build) Correct, reproducible, and fast builds for everyone
- pkgver = 2.1.1
+ pkgver = 2.2.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-2.1.1.zip::https://github.com/bazelbuild/bazel/releases/download/2.1.1/bazel-2.1.1-dist.zip
- source = bazel-bootstrap-2.1.1.zip.sig::https://github.com/bazelbuild/bazel/releases/download/2.1.1/bazel-2.1.1-dist.zip.sig
+ source = bazel-bootstrap-2.2.0.zip::https://github.com/bazelbuild/bazel/releases/download/2.2.0/bazel-2.2.0-dist.zip
+ source = bazel-bootstrap-2.2.0.zip.sig::https://github.com/bazelbuild/bazel/releases/download/2.2.0/bazel-2.2.0-dist.zip.sig
validpgpkeys = 71A1D0EFCFEB6281FD0437C93D5919B448457EE0
- sha512sums = 4b7215f9bba23b10f5175cfc4fa7987191ffabd9f5768d0fa39bd4bb09da532e83f9f21b1a786a4f2f41afd082ab697ed98434cb5effb8b66e599b134d95e820
+ sha512sums = 67011c3a045c0fd74cdcb98eef1c3ead6902a3bd65a629fe49911f9dbb4c39508bd91eb63c1fae68284136ad4994afb42a01c7f10983614e432f8be22a1c566e
sha512sums = SKIP
pkgname = bazel-bootstrap
diff --git a/PKGBUILD b/PKGBUILD
index 346fd3114c14..2fbfd5d89e9d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Kenneth Endfinger <kaendfinger@gmail.com>
pkgname=bazel-bootstrap
-pkgver=2.1.1
+pkgver=2.2.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=('4b7215f9bba23b10f5175cfc4fa7987191ffabd9f5768d0fa39bd4bb09da532e83f9f21b1a786a4f2f41afd082ab697ed98434cb5effb8b66e599b134d95e820'
+sha512sums=('67011c3a045c0fd74cdcb98eef1c3ead6902a3bd65a629fe49911f9dbb4c39508bd91eb63c1fae68284136ad4994afb42a01c7f10983614e432f8be22a1c566e'
'SKIP')
validpgpkeys=('71A1D0EFCFEB6281FD0437C93D5919B448457EE0')