summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Plano-Lesay2019-09-15 11:58:15 +1000
committerMarc Plano-Lesay2019-09-15 11:58:15 +1000
commit82ab8e34e1d61a7df89ef02c961339d0b5517854 (patch)
treedacb24e08e1ef651f72d8fb53ee992dbbae1266f
parentc99dea5d049542397c9fa405907e92e3cf545546 (diff)
downloadaur-82ab8e34e1d61a7df89ef02c961339d0b5517854.tar.gz
Update to 0.29.0
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD8
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 238d73c8e602..968ef8defbae 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
pkgbase = bazel-buildtools
pkgdesc = Developer tools for working with Google's bazel buildtool.
- pkgver = 0.28.0
+ pkgver = 0.29.0
pkgrel = 1
url = https://github.com/bazelbuild/buildtools
arch = x86_64
license = Apache
optdepends = bazel: the build tool to work with
- source = https://github.com/bazelbuild/buildtools/releases/download/0.28.0/buildifier
- source = https://github.com/bazelbuild/buildtools/releases/download/0.28.0/buildozer
- source = https://github.com/bazelbuild/buildtools/releases/download/0.28.0/unused_deps
- md5sums = f9767c4a7c8a90865b84f3ed645b0fd2
- md5sums = d87c9f342ac78fa795791b70bbb5b224
- md5sums = a96ae7a5048f431bc4f06c4072dcdd08
+ source = https://github.com/bazelbuild/buildtools/releases/download/0.29.0/buildifier
+ source = https://github.com/bazelbuild/buildtools/releases/download/0.29.0/buildozer
+ source = https://github.com/bazelbuild/buildtools/releases/download/0.29.0/unused_deps
+ md5sums = da6ef4cb59fe385af229d462f58b5d71
+ md5sums = 77f030abdd776b2e61cf2dd6d50a2ce0
+ md5sums = 06546e4c6e12d27fb72899a9888f915c
pkgname = bazel-buildtools
diff --git a/PKGBUILD b/PKGBUILD
index e9137a5322bf..f8a1f434df77 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Xiang Gao <qasdfgtyuiop at gmail dot com>
pkgname=bazel-buildtools
-pkgver=0.28.0
+pkgver=0.29.0
pkgrel=1
arch=('x86_64')
url='https://github.com/bazelbuild/buildtools'
@@ -16,7 +16,7 @@ package() {
install -d "$pkgdir"/usr/bin
install -Dm755 buildifier buildozer unused_deps $pkgdir/usr/bin/
}
-md5sums=('f9767c4a7c8a90865b84f3ed645b0fd2'
- 'd87c9f342ac78fa795791b70bbb5b224'
- 'a96ae7a5048f431bc4f06c4072dcdd08')
+md5sums=('da6ef4cb59fe385af229d462f58b5d71'
+ '77f030abdd776b2e61cf2dd6d50a2ce0'
+ '06546e4c6e12d27fb72899a9888f915c')