summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Plano-Lesay2019-05-05 15:23:57 +1000
committerMarc Plano-Lesay2019-05-05 15:23:57 +1000
commitdcbbedea37220c19add5de4ddc206544630fa474 (patch)
treea02727e0135ee3e0098192e105c5c072ef0a8cac
parentf11554a9e004066fc8b446c0490615d660b383af (diff)
downloadaur-dcbbedea37220c19add5de4ddc206544630fa474.tar.gz
Update to 0.25.0
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD8
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3a9cf66a90cf..687fbed78bbd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
pkgbase = bazel-buildtools
pkgdesc = Developer tools for working with Google's bazel buildtool.
- pkgver = 0.22.0
+ pkgver = 0.25.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.11.1/buildifier
- source = https://github.com/bazelbuild/buildtools/releases/download/0.11.1/buildozer
- source = https://github.com/bazelbuild/buildtools/releases/download/0.11.1/unused_deps
- md5sums = 3aa742a8364c0a55c8cf8e0d979a9e89
- md5sums = 2521c3d6de32387113e248f0cded6ece
- md5sums = 1c57c02cf5962b0b66292371601a6b08
+ 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
pkgname = bazel-buildtools
diff --git a/PKGBUILD b/PKGBUILD
index 65e0c5f5fc56..950eaf1e8606 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Xiang Gao <qasdfgtyuiop at gmail dot com>
pkgname=bazel-buildtools
-pkgver=0.22.0
+pkgver=0.25.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=('3aa742a8364c0a55c8cf8e0d979a9e89'
- '2521c3d6de32387113e248f0cded6ece'
- '1c57c02cf5962b0b66292371601a6b08')
+md5sums=('4d9de1f184d07d60840df9adcf7b1b63'
+ '4cdc9f9b3f4945a1e2e29a96004ca5d4'
+ 'd56001d3a82f412502c883ce56d85cd3')