mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
double-commander 1.1.10 (strategy removed)
This commit is contained in:
@@ -14,9 +14,6 @@ cask "double-commander" do
|
||||
livecheck do
|
||||
url "https://sourceforge.net/projects/doublecmd/rss?path=/macOS"
|
||||
regex(%r{url=["']?.*?/doublecmd[._-](\d+(?:\.\d+)+)[._-][^"']*?.dmg}i)
|
||||
strategy :page_match do |page, regex|
|
||||
page.scan(regex).map { |match| (match[0]).to_s }
|
||||
end
|
||||
end
|
||||
|
||||
app "Double Commander.app"
|
||||
|
||||
Reference in New Issue
Block a user