Skip to content

Commit

Permalink
Merge pull request Homebrew#206629 from Homebrew/bump-buildozer-8.0.3
Browse files Browse the repository at this point in the history
buildozer 8.0.3
  • Loading branch information
BrewTestBot authored Feb 5, 2025
2 parents 9ea3eba + 107bda3 commit 6860114
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Formula/b/buildozer.rb
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
class Buildozer < Formula
desc "Rewrite bazel BUILD files using standard commands"
homepage "https://github.com/bazelbuild/buildtools"
url "https://github.com/bazelbuild/buildtools/archive/refs/tags/v8.0.2.tar.gz"
sha256 "0063f317e135481783f3dc14c82bc15e0bf873c5e9aeece63b4f94d151aeb09f"
url "https://github.com/bazelbuild/buildtools/archive/refs/tags/v8.0.3.tar.gz"
sha256 "573345c2039889a4001b9933a7ebde8dcaf910c47787993aecccebc3117a4425"
license "Apache-2.0"
head "https://github.com/bazelbuild/buildtools.git", branch: "master"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "43cacf413992901fcb9fc2cceebdadb9761d72463026dc9f529fd5ca64976fc3"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "43cacf413992901fcb9fc2cceebdadb9761d72463026dc9f529fd5ca64976fc3"
sha256 cellar: :any_skip_relocation, arm64_ventura: "43cacf413992901fcb9fc2cceebdadb9761d72463026dc9f529fd5ca64976fc3"
sha256 cellar: :any_skip_relocation, sonoma: "254d8783b7d6e8ad9632c31ba87bcd8983efc740a08203b448bf9b24ee4e9a95"
sha256 cellar: :any_skip_relocation, ventura: "254d8783b7d6e8ad9632c31ba87bcd8983efc740a08203b448bf9b24ee4e9a95"
sha256 cellar: :any_skip_relocation, x86_64_linux: "7f12629fcaa9e6b988dc6c2db70e9580ef795890ba857b0ea4bcdce4735b8f24"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "3db52d74452bdb105ad56e4e3e4ff7dece673b2bd144464bb4d82c6adaa28be8"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "3db52d74452bdb105ad56e4e3e4ff7dece673b2bd144464bb4d82c6adaa28be8"
sha256 cellar: :any_skip_relocation, arm64_ventura: "3db52d74452bdb105ad56e4e3e4ff7dece673b2bd144464bb4d82c6adaa28be8"
sha256 cellar: :any_skip_relocation, sonoma: "9832a6e68e899a076ed070488cb6bf62e52b7c88ff6d416628e760e75a298e50"
sha256 cellar: :any_skip_relocation, ventura: "9832a6e68e899a076ed070488cb6bf62e52b7c88ff6d416628e760e75a298e50"
sha256 cellar: :any_skip_relocation, x86_64_linux: "9bebc60555c5cc6cfb2eca825d84694fa36b2815cf861bbd85a0402c01f29a67"
end

depends_on "go" => :build
Expand Down

0 comments on commit 6860114

Please sign in to comment.