mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
papyrus: update livecheck
This commit is contained in:
+1
-1
@@ -8,7 +8,7 @@ cask "papyrus" do
|
||||
homepage "https://eclipse.org/papyrus/"
|
||||
|
||||
livecheck do
|
||||
url "https://www.eclipse.org/papyrus/download.html"
|
||||
url "https://eclipse.dev/papyrus/download.html"
|
||||
regex(%r{href=.*?/papyrus-(\d+(?:-\d+)*)-(\d+(?:\.\d+)*)-macosx64\.tar\.gz}i)
|
||||
strategy :page_match do |page, regex|
|
||||
page.scan(regex).map { |match| "#{match[1]},#{match[0]}" }
|
||||
|
||||
Reference in New Issue
Block a user