Skip to content

Commit

Permalink
Bump buildifier from 8.0.0 to 8.0.1 (#57)
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 16, 2025
1 parent 438b56e commit efd4844
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions buildifier/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgbase = buildifier
pkgdesc = A command line tool to format Bazel BUILD files
pkgver = 8.0.0
pkgver = 8.0.1
pkgrel = 1
url = https://github.com/bazelbuild/buildtools
arch = x86_64
Expand All @@ -9,7 +9,7 @@ pkgbase = buildifier
makedepends = git
makedepends = python
conflicts = buildifier-bin
source = buildifier::git+https://github.com/bazelbuild/buildtools.git#commit=a9c248f4b6847cf04e5ec12c6fbe1af085d4193d
source = buildifier::git+https://github.com/bazelbuild/buildtools.git#commit=3a48437303ebd39a0e4b607d262b721efb0c9db1
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
4 changes: 2 additions & 2 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=8.0.0
pkgver=8.0.1
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='a9c248f4b6847cf04e5ec12c6fbe1af085d4193d'
_commit='3a48437303ebd39a0e4b607d262b721efb0c9db1'
source=("${pkgname}::git+$url.git#commit=$_commit")
_bazelisk_pkgver="1.25.0"
source_x86_64=(
Expand Down

0 comments on commit efd4844

Please sign in to comment.