mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
mat: update homepage, livecheck
This commit is contained in:
+4
-3
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user