Skip to content

Commit

Permalink
Merge pull request #182633 from Homebrew/bump-buildifier-7.3.1
Browse files Browse the repository at this point in the history
buildifier 7.3.1
  • Loading branch information
BrewTestBot authored Aug 27, 2024
2 parents ea6ab09 + e8c5b15 commit f01a280
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/b/buildifier.rb
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
class Buildifier < Formula
desc "Format bazel BUILD files with a standard convention"
homepage "https://github.com/bazelbuild/buildtools"
url "https://github.com/bazelbuild/buildtools/archive/refs/tags/v7.1.2.tar.gz"
sha256 "39c59cb5352892292cbe3174055aac187edcb5324c9b4e2d96cb6e40bd753877"
url "https://github.com/bazelbuild/buildtools/archive/refs/tags/v7.3.1.tar.gz"
sha256 "051951c10ff8addeb4f10be3b0cf474b304b2ccd675f2cc7683cdd9010320ca9"
license "Apache-2.0"
head "https://github.com/bazelbuild/buildtools.git", branch: "master"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "d96b28c947998fe37b5fb0a0e00cee1b4ab6b7fc0622ac367e1c6497e9470371"
sha256 cellar: :any_skip_relocation, arm64_ventura: "a533dac86fc075d6f47731cce181be7ab0d8d4c7b8fb1279baffecbcc6179087"
sha256 cellar: :any_skip_relocation, arm64_monterey: "d96b28c947998fe37b5fb0a0e00cee1b4ab6b7fc0622ac367e1c6497e9470371"
sha256 cellar: :any_skip_relocation, sonoma: "a86261373370b14ff82f7e61067b7305b2f8e49e2643be44f5b48e5897996070"
sha256 cellar: :any_skip_relocation, ventura: "23e84c8b339e25f9fe86020216859d6fd48dad62265f7254ba5dacd58bde718f"
sha256 cellar: :any_skip_relocation, monterey: "23e84c8b339e25f9fe86020216859d6fd48dad62265f7254ba5dacd58bde718f"
sha256 cellar: :any_skip_relocation, x86_64_linux: "715921a64379cb72bcc00d5f2f1787099529f65569a23ebb9868f6496f7ca2b8"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "e1166ae3c40a598be78f7c95e0d1a7c9d76a6c611202cd39c5d3d9a3b17b75f6"
sha256 cellar: :any_skip_relocation, arm64_ventura: "e1166ae3c40a598be78f7c95e0d1a7c9d76a6c611202cd39c5d3d9a3b17b75f6"
sha256 cellar: :any_skip_relocation, arm64_monterey: "e1166ae3c40a598be78f7c95e0d1a7c9d76a6c611202cd39c5d3d9a3b17b75f6"
sha256 cellar: :any_skip_relocation, sonoma: "a245b991ebf0f1abc37be1efd2334ba03a418400ad39f75ea91553f0e34c4a81"
sha256 cellar: :any_skip_relocation, ventura: "a245b991ebf0f1abc37be1efd2334ba03a418400ad39f75ea91553f0e34c4a81"
sha256 cellar: :any_skip_relocation, monterey: "a245b991ebf0f1abc37be1efd2334ba03a418400ad39f75ea91553f0e34c4a81"
sha256 cellar: :any_skip_relocation, x86_64_linux: "f807df31511f08e0ac64c2ab60636e98c0bae2d4caef00f6e600f214690efec1"
end

depends_on "go" => :build
Expand Down

0 comments on commit f01a280

Please sign in to comment.