Skip to content

Commit

Permalink
Merge pull request Homebrew#182147 from Homebrew/update-jprofiler
Browse files Browse the repository at this point in the history
jprofiler: fix livecheck, update homepage
  • Loading branch information
p-linnane authored Aug 11, 2024
2 parents d70495e + 1b9fe43 commit 1dae407
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Casks/j/jprofiler.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
url "https://download-gcdn.ej-technologies.com/jprofiler/jprofiler_macos_#{version.dots_to_underscores}.dmg"
name "JProfiler"
desc "Java profiler"
homepage "https://www.ej-technologies.com/products/jprofiler/overview.html"
homepage "https://www.ej-technologies.com/jprofiler"

livecheck do
url "https://www.ej-technologies.com/feeds/jprofiler/"
url "https://www.ej-technologies.com/feeds/jprofiler"
regex(/JProfiler\s*Release\s*v?(\d+(?:\.\d+)+)/i)
end

Expand Down

0 comments on commit 1dae407

Please sign in to comment.