Skip to content

Commit

Permalink
Bump buildifier from 7.3.1 to 8.0.0 (#52)
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 c04f9b1 commit 1a137ee
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions buildifier/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
pkgbase = buildifier
pkgdesc = A command line tool to format Bazel BUILD files
pkgver = 7.3.1
pkgrel = 6
pkgver = 8.0.0
pkgrel = 1
url = https://github.com/bazelbuild/buildtools
arch = x86_64
arch = aarch64
license = Apache
makedepends = git
makedepends = python
conflicts = buildifier-bin
source = buildifier::git+https://github.com/bazelbuild/buildtools.git#commit=45b7ddb516e521e68794bf409d73ff8a32641de3
source = buildifier::git+https://github.com/bazelbuild/buildtools.git#commit=a9c248f4b6847cf04e5ec12c6fbe1af085d4193d
md5sums = SKIP
source_x86_64 = bazelisk-bin-x86_64-1.25.0::https://github.com/bazelbuild/bazelisk/releases/download/v1.25.0/bazelisk-linux-amd64
sha256sums_x86_64 = fd8fdff418a1758887520fa42da7e6ae39aefc788cf5e7f7bb8db6934d279fc4
Expand Down
6 changes: 3 additions & 3 deletions buildifier/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Maintainer: Jamison Lahman <[email protected]>

pkgname=buildifier
pkgver=7.3.1
pkgrel=6
pkgver=8.0.0
pkgrel=1
pkgdesc='A command line tool to format Bazel BUILD files'
arch=('x86_64' 'aarch64')
license=('Apache')
url='https://github.com/bazelbuild/buildtools'
makedepends=('git' 'python')
conflicts=('buildifier-bin')
_commit='45b7ddb516e521e68794bf409d73ff8a32641de3'
_commit='a9c248f4b6847cf04e5ec12c6fbe1af085d4193d'
source=("${pkgname}::git+$url.git#commit=$_commit")
_bazelisk_pkgver="1.25.0"
source_x86_64=(
Expand Down

0 comments on commit 1a137ee

Please sign in to comment.