Merge pull request #163884 from chenrui333/pomotodo-disable

This commit is contained in:
Bevan Kay
2024-01-07 16:36:50 +11:00
committed by GitHub
+1 -7
View File
@@ -8,13 +8,7 @@ cask "pomotodo" do
desc "Time management app for creators"
homepage "https://pomotodo.com/"
livecheck do
url "https://air.pomotodo.com/v1/p/com.pomotodo.PomotodoMac#{version.major}/latest.xml"
regex(%r{/(\d+)/Pomotodo\.(\d+(?:\.\d+)*)\.dmg}i)
strategy :sparkle do |item, regex|
item.url.scan(regex).map { |match| "#{match[1]},#{match[0]}" }
end
end
disable! date: "2024-01-05", because: "download artifact not available"
app "Pomotodo.app"