summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Denhartog2020-06-30 20:32:15 -0700
committerBenjamin Denhartog2020-06-30 20:32:15 -0700
commit49c0f97cbb575e876b8d2556353d1ccbf7229c89 (patch)
treed8f6e64192d3c5e5fcf0f34e49c4fb26d60cd9c2
parentac388b88f14e747e2d303ba571775f6b30e52300 (diff)
downloadaur-49c0f97cbb575e876b8d2556353d1ccbf7229c89.tar.gz
feat(buildozer): new upstream release: 3.3.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7d7e0b4a763d..90969d175d61 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = buildozer-bin
pkgdesc = A command line tool to rewrite Bazel BUILD files using standard conventions
- pkgver = 3.2.1
+ pkgver = 3.3.0
pkgrel = 1
url = https://github.com/bazelbuild/buildtools
arch = x86_64
license = Apache
- source = buildozer-3.2.1::https://github.com/bazelbuild/buildtools/releases/download/3.2.1/buildozer
- source = https://raw.githubusercontent.com/bazelbuild/buildtools/3.2.1/LICENSE
- sha256sums = 1c1a63d786327b0708273290e888d09f6aa93284db78d2cc0e15f7573c7f9e68
+ source = buildozer-3.3.0::https://github.com/bazelbuild/buildtools/releases/download/3.3.0/buildozer
+ source = https://raw.githubusercontent.com/bazelbuild/buildtools/3.3.0/LICENSE
+ sha256sums = 4a841ef0f4eb34f83ed27005468d6b5a254708eeaf90e1e3f1d861408a9da981
sha256sums = e7a03a853a374c80876e6e18920c622bba70090ee8d056b6db8fa88073308268
pkgname = buildozer-bin
diff --git a/PKGBUILD b/PKGBUILD
index 5caef61c8eda..6dc206beda8f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=buildtools
pkgname=buildozer-bin
-pkgver=3.2.1
+pkgver=3.3.0
pkgrel=1
pkgdesc="A command line tool to rewrite Bazel BUILD files using standard conventions"
arch=('x86_64')
@@ -12,7 +12,7 @@ source=(
"${pkgname%-bin}-${pkgver}::${url}/releases/download/${pkgver}/${pkgname%-bin}"
"https://raw.githubusercontent.com/bazelbuild/buildtools/${pkgver}/LICENSE"
)
-sha256sums=('1c1a63d786327b0708273290e888d09f6aa93284db78d2cc0e15f7573c7f9e68'
+sha256sums=('4a841ef0f4eb34f83ed27005468d6b5a254708eeaf90e1e3f1d861408a9da981'
'e7a03a853a374c80876e6e18920c622bba70090ee8d056b6db8fa88073308268')
package() {