summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMarc Plano-Lesay2020-06-30 14:36:41 +1000
committerMarc Plano-Lesay2020-06-30 14:36:41 +1000
commita312ba3a6737fdc76cb70b9d5b67bec206337440 (patch)
treea4a3e04bb4f7f3773ae3cffec8b084b64319fbc2 /PKGBUILD
parentb8d5cb4135ac9d4af7e2fe9bbefe1f8b50e7bc9f (diff)
downloadaur-a312ba3a6737fdc76cb70b9d5b67bec206337440.tar.gz
upgpkg: bazel-buildtools 3.3.0-1
upstream release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 327ed9d524fe..6e00f26a83ce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Xiang Gao <qasdfgtyuiop at gmail dot com>
pkgname=bazel-buildtools
-pkgver=3.2.1
+pkgver=3.3.0
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=("21e3f4cc034f01ca74643133fc9986cbf0bf43b7a0a0b150f0967e72b22b9132")
+sha256sums=("f11fc80da0681a6d64632a850346ed2d4e5cbb0908306d9a2a2915f707048a10")
build() {
cd buildtools-$pkgver