summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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