summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Denhartog2022-01-29 22:08:46 -0700
committerBenjamin Denhartog2022-01-30 07:22:57 -0700
commit38bbde2af9ffda8f32029beb12f0c9a2943174ec (patch)
tree7c08aeb18d554ca0c9f35d8753be06abca161d5d
parentd916a32c82f6a88ed69e14568cff085ea6c89371 (diff)
downloadaur-38bbde2af9ffda8f32029beb12f0c9a2943174ec.tar.gz
feat: new upstream release: 4.2.3
Release-Notes: https://github.com/bazelbuild/buildtools/releases/tag/4.2.3 Change-Id: I9cd11f97a38cf174e2f212eda6b68bd197d942ca GitOrigin-RevId: e7d8f440dd0fc97a140f025c9e1620323f80299e
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3ba0bd72bfe9..40f9f07a9c98 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 = 4.2.2
- pkgrel = 2
+ pkgver = 4.2.3
+ pkgrel = 1
url = https://github.com/bazelbuild/buildtools
arch = x86_64
license = Apache
- source = buildozer-4.2.2::https://github.com/bazelbuild/buildtools/releases/download/4.2.2/buildozer-linux-amd64
- source = LICENSE-4.2.2::https://raw.githubusercontent.com/bazelbuild/buildtools/4.2.2/LICENSE
- sha256sums = 83c7c668eed674e32f2aedd789b114cd49830c063f6e1a4b60a08012b384a88f
+ source = buildozer-4.2.3::https://github.com/bazelbuild/buildtools/releases/download/4.2.3/buildozer-linux-amd64
+ source = LICENSE-4.2.3::https://raw.githubusercontent.com/bazelbuild/buildtools/4.2.3/LICENSE
+ sha256sums = 6b4177321b770fb788b618caa453d34561b8c05081ae8b27657e527c2a3b5d52
sha256sums = cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30
pkgname = buildozer-bin
diff --git a/PKGBUILD b/PKGBUILD
index 2ad8aad98a9e..66c8b9a401d6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
# https://github.com/sudoforge/pkgbuilds
pkgname=buildozer-bin
-pkgver=4.2.2
-pkgrel=2
+pkgver=4.2.3
+pkgrel=1
pkgdesc='A command line tool to rewrite Bazel BUILD files using standard conventions'
arch=('x86_64')
license=('Apache')
@@ -14,7 +14,7 @@ source=(
"${pkgname%-bin}-${pkgver}::${url}/releases/download/${pkgver}/${pkgname%-bin}-linux-amd64"
"LICENSE-${pkgver}::https://raw.githubusercontent.com/bazelbuild/buildtools/${pkgver}/LICENSE"
)
-sha256sums=('83c7c668eed674e32f2aedd789b114cd49830c063f6e1a4b60a08012b384a88f'
+sha256sums=('6b4177321b770fb788b618caa453d34561b8c05081ae8b27657e527c2a3b5d52'
'cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30')
package() {