summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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