Skip to content

Commit

Permalink
Bump buildifier-bin from 7.3.1 to 8.0.0 (#51)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jan 10, 2025
1 parent 3775341 commit c04f9b1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions buildifier-bin/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
pkgbase = buildifier-bin
pkgdesc = A command line tool to format Bazel BUILD files
pkgver = 7.3.1
pkgrel = 2
pkgver = 8.0.0
pkgrel = 1
url = https://github.com/bazelbuild/buildtools
arch = x86_64
arch = aarch64
license = Apache
conflicts = buildifier
source = LICENSE-7.3.1::https://raw.githubusercontent.com/bazelbuild/buildtools/v7.3.1/LICENSE
source = LICENSE-8.0.0::https://raw.githubusercontent.com/bazelbuild/buildtools/v8.0.0/LICENSE
sha256sums = cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30
source_x86_64 = buildifier-bin-x86_64-7.3.1::https://github.com/bazelbuild/buildtools/releases/download/v7.3.1/buildifier-linux-amd64
source_x86_64 = buildifier-bin-x86_64-8.0.0::https://github.com/bazelbuild/buildtools/releases/download/v8.0.0/buildifier-linux-amd64
sha256sums_x86_64 = 5474cc5128a74e806783d54081f581662c4be8ae65022f557e9281ed5dc88009
source_aarch64 = buildifier-bin-aarch64-7.3.1::https://github.com/bazelbuild/buildtools/releases/download/v7.3.1/buildifier-linux-arm64
source_aarch64 = buildifier-bin-aarch64-8.0.0::https://github.com/bazelbuild/buildtools/releases/download/v8.0.0/buildifier-linux-arm64
sha256sums_aarch64 = 0bf86c4bfffaf4f08eed77bde5b2082e4ae5039a11e2e8b03984c173c34a561c

pkgname = buildifier-bin
8 changes: 4 additions & 4 deletions buildifier-bin/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
# Contributor: Benjamin Denhartog <[email protected]>

pkgname=buildifier-bin
pkgver=7.3.1
pkgrel=2
pkgver=8.0.0
pkgrel=1
pkgdesc='A command line tool to format Bazel BUILD files'
arch=('x86_64' 'aarch64')
license=('Apache')
Expand All @@ -20,8 +20,8 @@ source_aarch64+=(
"${pkgname}-aarch64-${pkgver}::${url}/releases/download/v${pkgver}/${pkgname%-bin}-linux-arm64"
)
sha256sums=('cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30')
sha256sums_x86_64=('5474cc5128a74e806783d54081f581662c4be8ae65022f557e9281ed5dc88009')
sha256sums_aarch64=('0bf86c4bfffaf4f08eed77bde5b2082e4ae5039a11e2e8b03984c173c34a561c')
sha256sums_x86_64=('3482807cafadb64912ad912bdc752a8d4118d12b2f493f66f961f94d60f76d6a')
sha256sums_aarch64=('4f3a47fcb0d49388cc0c703ba43d83e10c51c35806640d5cab820720ee0540d7')

package() {
cd "${srcdir}" || exit
Expand Down

0 comments on commit c04f9b1

Please sign in to comment.