Skip to content

Commit cf5c462

Browse files
authored
Merge pull request #279177 from Homebrew/bump-bazel-diff-19.0.0
bazel-diff 19.0.0
2 parents cabee2d + caa755d commit cf5c462

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

Formula/b/bazel-diff.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
class BazelDiff < Formula
22
desc "Performs Bazel Target Diffing between two revisions in Git"
33
homepage "https://github.com/Tinder/bazel-diff/"
4-
url "https://github.com/Tinder/bazel-diff/archive/refs/tags/v18.1.0.tar.gz"
5-
sha256 "0f77a67641d33e43da76e46f7deed7e26934d805346d7962ddd05def7744e9a3"
4+
url "https://github.com/Tinder/bazel-diff/archive/refs/tags/v19.0.0.tar.gz"
5+
sha256 "dd06cd96294dd0292c97dfa8b1e0837d0d40295dd8fa6f9265bc8d2540a74f75"
66
license "BSD-3-Clause"
77

88
bottle do
9-
sha256 cellar: :any_skip_relocation, arm64_tahoe: "13a59f8b4bfd79bd5d74808393664aba1112076e4f2a519002445c2eca3e63e4"
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "13a59f8b4bfd79bd5d74808393664aba1112076e4f2a519002445c2eca3e63e4"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "13a59f8b4bfd79bd5d74808393664aba1112076e4f2a519002445c2eca3e63e4"
12-
sha256 cellar: :any_skip_relocation, sonoma: "13a59f8b4bfd79bd5d74808393664aba1112076e4f2a519002445c2eca3e63e4"
13-
sha256 cellar: :any_skip_relocation, arm64_linux: "d7bb0f6e08a5d1c629eadbbd7453d16a192781aa019a2f502b024dd82c235851"
14-
sha256 cellar: :any_skip_relocation, x86_64_linux: "d7bb0f6e08a5d1c629eadbbd7453d16a192781aa019a2f502b024dd82c235851"
9+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "73616c995d3f384e8d10184238d6b3ad61b67dc69996a84178526e0198b6d574"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "73616c995d3f384e8d10184238d6b3ad61b67dc69996a84178526e0198b6d574"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "73616c995d3f384e8d10184238d6b3ad61b67dc69996a84178526e0198b6d574"
12+
sha256 cellar: :any_skip_relocation, sonoma: "73616c995d3f384e8d10184238d6b3ad61b67dc69996a84178526e0198b6d574"
13+
sha256 cellar: :any_skip_relocation, arm64_linux: "d8a2a004b979cd69faa4cbd03a665851f33c19209fa1483fc0366a0bef65800d"
14+
sha256 cellar: :any_skip_relocation, x86_64_linux: "d8a2a004b979cd69faa4cbd03a665851f33c19209fa1483fc0366a0bef65800d"
1515
end
1616

1717
depends_on "bazel" => [:build, :test]

0 commit comments

Comments
 (0)