summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Plano-Lesay2020-06-18 08:55:03 +1000
committerMarc Plano-Lesay2020-06-18 08:55:03 +1000
commitb8d5cb4135ac9d4af7e2fe9bbefe1f8b50e7bc9f (patch)
tree64fb2224b92f571f42aa0ef1377ac378ed1fa688
parentb94bad8ad4e58e6070378eba1d368e0ceab05352 (diff)
downloadaur-b8d5cb4135ac9d4af7e2fe9bbefe1f8b50e7bc9f.tar.gz
upgpkg: bazel-buildtools 3.2.1-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0b3e731f2f8b..72e2738113a2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = bazel-buildtools
pkgdesc = Developer tools for working with Google's bazel buildtool.
- pkgver = 3.2.0
+ pkgver = 3.2.1
pkgrel = 1
url = https://github.com/bazelbuild/buildtools
arch = x86_64
license = Apache
makedepends = bazel
makedepends = git
- source = https://github.com/bazelbuild/buildtools/archive/3.2.0.tar.gz
- sha256sums = 66e047cd1804e3115447fcb64870a9e721ced8c0e500a906824e3ae8af912e78
+ source = https://github.com/bazelbuild/buildtools/archive/3.2.1.tar.gz
+ sha256sums = 21e3f4cc034f01ca74643133fc9986cbf0bf43b7a0a0b150f0967e72b22b9132
pkgname = bazel-buildtools
diff --git a/PKGBUILD b/PKGBUILD
index bbe1725888f3..327ed9d524fe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Xiang Gao <qasdfgtyuiop at gmail dot com>
pkgname=bazel-buildtools
-pkgver=3.2.0
+pkgver=3.2.1
pkgrel=1
arch=('x86_64')
url='https://github.com/bazelbuild/buildtools'
@@ -11,7 +11,7 @@ pkgdesc="Developer tools for working with Google's bazel buildtool."
makedepends=("bazel" "git")
source=("$url/archive/$pkgver.tar.gz")
-sha256sums=("66e047cd1804e3115447fcb64870a9e721ced8c0e500a906824e3ae8af912e78")
+sha256sums=("21e3f4cc034f01ca74643133fc9986cbf0bf43b7a0a0b150f0967e72b22b9132")
build() {
cd buildtools-$pkgver