double-commander 1.1.10 (strategy removed)

This commit is contained in:
rich2014
2024-02-18 15:54:38 +08:00
parent f80a0a87c8
commit a00a52152f
-3
View File
@@ -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"