Skip to content

Commit

Permalink
Bump buildifier from 8.0.2 to 8.0.3 (#66)
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 Feb 6, 2025
1 parent c882c87 commit 5e09463
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.2
pkgver = 8.0.3
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=635c1223b1e675c167ef55d924ef4a6fe28bef36
source = buildifier::git+https://github.com/bazelbuild/buildtools.git#commit=ad48c76ab9b528d89e103ffbf6037900e75a69df
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 <jamison+aur@lahman.dev>

pkgname=buildifier
pkgver=8.0.2
pkgver=8.0.3
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='635c1223b1e675c167ef55d924ef4a6fe28bef36'
_commit='ad48c76ab9b528d89e103ffbf6037900e75a69df'
source=("${pkgname}::git+$url.git#commit=$_commit")
_bazelisk_pkgver="1.25.0"
source_x86_64=(
Expand Down

0 comments on commit 5e09463

Please sign in to comment.