summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Plano-Lesay2019-08-05 05:04:32 +1000
committerMarc Plano-Lesay2019-08-05 05:04:32 +1000
commitc99dea5d049542397c9fa405907e92e3cf545546 (patch)
tree63eebe8bf3ef02140fd69bfea6d4f6053a366861
parentdcbbedea37220c19add5de4ddc206544630fa474 (diff)
downloadaur-c99dea5d049542397c9fa405907e92e3cf545546.tar.gz
Update to 0.28.0
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD8
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 687fbed78bbd..238d73c8e602 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
pkgbase = bazel-buildtools
pkgdesc = Developer tools for working with Google's bazel buildtool.
- pkgver = 0.25.0
+ pkgver = 0.28.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.25.0/buildifier
- source = https://github.com/bazelbuild/buildtools/releases/download/0.25.0/buildozer
- source = https://github.com/bazelbuild/buildtools/releases/download/0.25.0/unused_deps
- md5sums = 4d9de1f184d07d60840df9adcf7b1b63
- md5sums = 4cdc9f9b3f4945a1e2e29a96004ca5d4
- md5sums = d56001d3a82f412502c883ce56d85cd3
+ 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
pkgname = bazel-buildtools
diff --git a/PKGBUILD b/PKGBUILD
index 950eaf1e8606..e9137a5322bf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Xiang Gao <qasdfgtyuiop at gmail dot com>
pkgname=bazel-buildtools
-pkgver=0.25.0
+pkgver=0.28.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=('4d9de1f184d07d60840df9adcf7b1b63'
- '4cdc9f9b3f4945a1e2e29a96004ca5d4'
- 'd56001d3a82f412502c883ce56d85cd3')
+md5sums=('f9767c4a7c8a90865b84f3ed645b0fd2'
+ 'd87c9f342ac78fa795791b70bbb5b224'
+ 'a96ae7a5048f431bc4f06c4072dcdd08')