mat: update homepage, livecheck

This commit is contained in:
Sam Ford
2023-11-04 14:46:50 -04:00
parent a165951b6e
commit 83c35c59cb
+4 -3
View File
@@ -5,13 +5,14 @@ cask "mat" do
sha256 arm: "4fff45cd2518348eaed38522d5a58ad6e4cc4515c08cd89144944c83db52a7f6",
intel: "236175bc2f306ec963b708b3b765c1684a018d30da4d38c52c9774b80133ddfb"
url "https://download.eclipse.org/mat/#{version.major_minor_patch}/rcp/MemoryAnalyzer-#{version}-macosx.cocoa.#{arch}.dmg"
url "https://download.eclipse.org/mat/#{version.major_minor_patch}/rcp/MemoryAnalyzer-#{version}-macosx.cocoa.#{arch}.dmg",
verified: "download.eclipse.org/mat/"
name "Eclipse Memory Analyzer"
desc "Java heap analyzer"
homepage "https://www.eclipse.org/mat/"
homepage "https://eclipse.dev/mat/"
livecheck do
url "https://www.eclipse.org/mat/downloads.php"
url "https://eclipse.dev/mat/downloads.php"
regex(/href=.*?MemoryAnalyzer-(\d+(?:\.\d+)*).*?\.dmg/i)
end