double-commander 1.1.10 (style)

This commit is contained in:
rich2014
2024-02-18 15:41:32 +08:00
parent f49d4c01ac
commit f80a0a87c8
+1 -1
View File
@@ -15,7 +15,7 @@ cask "double-commander" 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]}" }
page.scan(regex).map { |match| (match[0]).to_s }
end
end