Skip to content

Commit

Permalink
Merge pull request #168432 from Homebrew/spotbugs-add-livecheck
Browse files Browse the repository at this point in the history
spotbugs: add livecheck
  • Loading branch information
BrewTestBot authored Apr 9, 2024
2 parents f32b687 + eef2bc5 commit 8fde994
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Formula/s/spotbugs.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ class Spotbugs < Formula
sha256 "11629b13aad39c453c23f8a8a43096b003afb55924a17424a9e1bc722190576b"
license "LGPL-2.1-or-later"

livecheck do
url "https://repo.maven.apache.org/maven2/com/github/spotbugs/spotbugs/"
regex(%r{href=["']?v?(\d+(?:\.\d+)+)/?["' >]}i)
end

bottle do
sha256 cellar: :any_skip_relocation, all: "104ac1973ecefcf2661f575021187f2eec6baf28529b82554a2409e0fba309bc"
end
Expand Down

0 comments on commit 8fde994

Please sign in to comment.