Skip to content

Commit

Permalink
Merge pull request #207021 from Homebrew/bump-spotbugs-4.9.1
Browse files Browse the repository at this point in the history
spotbugs 4.9.1
  • Loading branch information
BrewTestBot authored Feb 8, 2025
2 parents b278f42 + d83880a commit 1ddf0b0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Formula/s/spotbugs.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Spotbugs < Formula
desc "Tool for Java static analysis (FindBugs's successor)"
homepage "https://spotbugs.github.io/"
url "https://repo.maven.apache.org/maven2/com/github/spotbugs/spotbugs/4.9.0/spotbugs-4.9.0.tgz"
sha256 "d9fec1c0d0d2771153ed3f654a2a793558cefa7796cca3a5cad801f5529ec82d"
url "https://repo.maven.apache.org/maven2/com/github/spotbugs/spotbugs/4.9.1/spotbugs-4.9.1.tgz"
sha256 "4f992d7d204c1b23c031b4282c2e8638bafe91c50fc58324d9dbf71f556687b3"
license "LGPL-2.1-or-later"

livecheck do
Expand All @@ -11,7 +11,7 @@ class Spotbugs < Formula
end

bottle do
sha256 cellar: :any_skip_relocation, all: "5b9d0d3902d4b1e133dc76d1d6dd282e28d8c51c8d78a0eed9147afa8142180b"
sha256 cellar: :any_skip_relocation, all: "3a0e5e2a0aebf77aa4fa0cee0d6f5e81711211480cc25a8df22b799c2600f3d5"
end

head do
Expand Down

0 comments on commit 1ddf0b0

Please sign in to comment.