Date: Thursday, May 28, 2020 @ 16:34:14 Author: kgizdov Revision: 636411
upgpkg: bazel 3.2.0-1 Modified: bazel/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-05-28 15:53:57 UTC (rev 636410) +++ PKGBUILD 2020-05-28 16:34:14 UTC (rev 636411) @@ -4,18 +4,18 @@ # Contributor: Simon Legner <[email protected]> pkgname=bazel -pkgver=3.1.0 +pkgver=3.2.0 pkgrel=1 pkgdesc='Correct, reproducible, and fast builds for everyone' arch=('x86_64') license=('Apache') -url='https://bazel.io/' +url='https://bazel.build/' depends=('java-environment=11' 'libarchive' 'zip' 'unzip') 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=('2e28b200af9b6075d406eb946c852005b0eefca2328138d42e5010520a5ac952d72276c9ed8d3a9750bfb1f167a068827ef6b94450c708f8e7140ffcaa29755c' +sha512sums=('fd8191188ecb49087b2b474bc383b2bb5d131460952be64b8930dc7e573fd14f99f231c4270b88fb4c9537fb94a04588fb580891519d20c7b90d705238f17f81' 'SKIP') validpgpkeys=('71A1D0EFCFEB6281FD0437C93D5919B448457EE0')
