We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e29d65 commit 47c17a2Copy full SHA for 47c17a2
Formula/s/spotbugs.rb
@@ -1,8 +1,8 @@
1
class Spotbugs < Formula
2
desc "Tool for Java static analysis (FindBugs's successor)"
3
homepage "https://spotbugs.github.io/"
4
- url "https://repo.maven.apache.org/maven2/com/github/spotbugs/spotbugs/4.9.7/spotbugs-4.9.7.tgz"
5
- sha256 "3dc8cea89e38237bd7da8ddf0ce61508c4da0d3b4490f86ed37fb99967ec0a81"
+ url "https://repo.maven.apache.org/maven2/com/github/spotbugs/spotbugs/4.9.8/spotbugs-4.9.8.tgz"
+ sha256 "2eb8e0f2b223c22ffa2ce0c1cf1be4127dde19d240b8f7ce69a5fd3ad5c36ff3"
6
license "LGPL-2.1-or-later"
7
8
livecheck do
0 commit comments