Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump buildozer from 7.3.1 to 8.0.0 #54

Merged
merged 1 commit into from
Jan 10, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions buildozer/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
pkgbase = buildozer
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
makedepends = git
makedepends = python
conflicts = buildozer-bin
source = buildozer::git+https://github.com/bazelbuild/buildtools.git#commit=45b7ddb516e521e68794bf409d73ff8a32641de3
source = buildozer::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 buildozer/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
# Contributor: Benjamin Denhartog <[email protected]>

pkgname=buildozer
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')
url='https://github.com/bazelbuild/buildtools'
makedepends=('git' 'python')
conflicts=('buildozer-bin')
_commit='45b7ddb516e521e68794bf409d73ff8a32641de3'
_commit='a9c248f4b6847cf04e5ec12c6fbe1af085d4193d'
source=("${pkgname}::git+$url.git#commit=$_commit")
_bazelisk_pkgver="1.25.0"
source_x86_64=(
Expand Down
Loading