diff --git a/Formula/b/bazel-diff.rb b/Formula/b/bazel-diff.rb index 4e0c94160988..42af3dd9cf2d 100644 --- a/Formula/b/bazel-diff.rb +++ b/Formula/b/bazel-diff.rb @@ -1,12 +1,12 @@ class BazelDiff < Formula desc "Performs Bazel Target Diffing between two revisions in Git" homepage "https://github.com/Tinder/bazel-diff/" - url "https://github.com/Tinder/bazel-diff/releases/download/7.2.0/bazel-diff_deploy.jar" - sha256 "7c06599cc386185e5128fbfa4b553dce8b8d063ffd7ae1671cc49a8726d28c33" + url "https://github.com/Tinder/bazel-diff/releases/download/7.2.1/bazel-diff_deploy.jar" + sha256 "d1431d53de24f07809841e177de5a0e2443c6d3279fb934ea28c2ef2406f5403" license "BSD-3-Clause" bottle do - sha256 cellar: :any_skip_relocation, all: "6a47ad86c9229b771103e710875560fe2e1268f8d31048e694d5fdc0d4b664b6" + sha256 cellar: :any_skip_relocation, all: "13c719faf44c1286a0d3e4416a3b77119cfd34b58650c51a3c1efe391884ae3c" end depends_on "bazel" => :test