summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Plano-Lesay2020-02-07 18:01:21 +1100
committerMarc Plano-Lesay2020-02-07 18:01:21 +1100
commit357e632d445d28ba6273b0edbf3ba782241d8546 (patch)
treeb8904c0a59003aee0c750734c97625267a5190fc
parentfc503e1b6dfd1e528e55189d847120eebd477ce2 (diff)
downloadaur-357e632d445d28ba6273b0edbf3ba782241d8546.tar.gz
upgpkg: bazel-buildtools 1.0.0-1
upstream release
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD8
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 968ef8defbae..9b8cfefaebd5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
pkgbase = bazel-buildtools
pkgdesc = Developer tools for working with Google's bazel buildtool.
- pkgver = 0.29.0
+ pkgver = 1.0.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.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
+ source = https://github.com/bazelbuild/buildtools/releases/download/1.0.0/buildifier
+ source = https://github.com/bazelbuild/buildtools/releases/download/1.0.0/buildozer
+ source = https://github.com/bazelbuild/buildtools/releases/download/1.0.0/unused_deps
+ sha256sums = ec064a5edd2a2a210cf8162305869a27b3ed6c7e50caa70687bc9d72177f61f3
+ sha256sums = 146ef6f68d1626f0260fdadfd0128c26eb53908b8eb347a69214af6a43dab2e0
+ sha256sums = be1369549d405c25f2346bcdf8d88f4eb36dd79583eabf1e11b39970d5ed6e0c
pkgname = bazel-buildtools
diff --git a/PKGBUILD b/PKGBUILD
index f8a1f434df77..b7bdc3f784fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Xiang Gao <qasdfgtyuiop at gmail dot com>
pkgname=bazel-buildtools
-pkgver=0.29.0
+pkgver=1.0.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=('da6ef4cb59fe385af229d462f58b5d71'
- '77f030abdd776b2e61cf2dd6d50a2ce0'
- '06546e4c6e12d27fb72899a9888f915c')
+sha256sums=('ec064a5edd2a2a210cf8162305869a27b3ed6c7e50caa70687bc9d72177f61f3'
+ '146ef6f68d1626f0260fdadfd0128c26eb53908b8eb347a69214af6a43dab2e0'
+ 'be1369549d405c25f2346bcdf8d88f4eb36dd79583eabf1e11b39970d5ed6e0c')