Skip to content

Commit

Permalink
Bump buildozer-bin from 7.3.1 to 8.0.0 (#53)
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 6e12779 commit 3775341
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions buildozer-bin/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
pkgbase = buildozer-bin
pkgdesc = A command line tool to rewrite Bazel BUILD files using standard conventions
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 = buildozer
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 = buildozer-bin-x86_64-7.3.1::https://github.com/bazelbuild/buildtools/releases/download/v7.3.1/buildozer-linux-amd64
source_x86_64 = buildozer-bin-x86_64-8.0.0::https://github.com/bazelbuild/buildtools/releases/download/v8.0.0/buildozer-linux-amd64
sha256sums_x86_64 = 3305e287b3fcc68b9a35fd8515ee617452cd4e018f9e6886b6c7cdbcba8710d4
source_aarch64 = buildozer-bin-aarch64-7.3.1::https://github.com/bazelbuild/buildtools/releases/download/v7.3.1/buildozer-linux-arm64
source_aarch64 = buildozer-bin-aarch64-8.0.0::https://github.com/bazelbuild/buildtools/releases/download/v8.0.0/buildozer-linux-arm64
sha256sums_aarch64 = 0b5a2a717ac4fc911e1fec8d92af71dbb4fe95b10e5213da0cc3d56cea64a328

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

pkgname=buildozer-bin
pkgver=7.3.1
pkgrel=2
pkgver=8.0.0
pkgrel=1
pkgdesc='A command line tool to rewrite Bazel BUILD files using standard conventions'
arch=('x86_64' 'aarch64')
license=('Apache')
Expand All @@ -19,8 +19,8 @@ source_aarch64+=(
"${pkgname}-aarch64-${pkgver}::${url}/releases/download/v${pkgver}/${pkgname%-bin}-linux-arm64"
)
sha256sums=('cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30')
sha256sums_x86_64=('3305e287b3fcc68b9a35fd8515ee617452cd4e018f9e6886b6c7cdbcba8710d4')
sha256sums_aarch64=('0b5a2a717ac4fc911e1fec8d92af71dbb4fe95b10e5213da0cc3d56cea64a328')
sha256sums_x86_64=('d0a7adf739fa389e0dc87eae5d11ed0a864260308b4887e5fd30a17d9c33ca9b')
sha256sums_aarch64=('410d0b1d46a3e044a5d5edb02f24152fd99d58cbddf26fcf802481e0e98bbc2e')

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

0 comments on commit 3775341

Please sign in to comment.