mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
Fix livecheck regex. (#144221)
This commit is contained in:
+1
-1
@@ -10,7 +10,7 @@ cask "edrawmind" do
|
||||
livecheck do
|
||||
url "https://www.edrawsoft.com/download-edrawmind.html"
|
||||
strategy :page_match do |page|
|
||||
match = page.match(/for\s+Mac.*?(\d+(?:\.\d+)+).*?edrawmind[.-_]full(\d+)\./m)
|
||||
match = page.match(/for\s+Mac.*?(\d+(?:\.\d+)+).*?edrawmind[._-]full(\d+)\./m)
|
||||
"#{match[1]},#{match[2]}" if match
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user