summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMarc Plano-Lesay2021-10-27 14:11:24 +1100
committerMarc Plano-Lesay2021-10-27 14:11:24 +1100
commitec357e5eec774858af3d679c0301c6d39d28ccd5 (patch)
tree83b0df4123d93b51f93ec93cf51c7e629a6e1310 /PKGBUILD
parent5862697e94b494fef4376cc375d631ce0aca59b9 (diff)
downloadaur-ec357e5eec774858af3d679c0301c6d39d28ccd5.tar.gz
upgpkg: bazel-buildtools 4.2.3-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 c3f7661af8be..155dafda3019 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Xiang Gao <qasdfgtyuiop at gmail dot com>
pkgname=bazel-buildtools
-pkgver=4.2.2
+pkgver=4.2.3
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=("ae34c344514e08c23e90da0e2d6cb700fcd28e80c02e23e4d5715dddcb42f7b3")
+sha256sums=("614c84128ddb86aab4e1f25ba2e027d32fd5c6da302ae30685b9d7973b13da1b")
build() {
cd buildtools-$pkgver