pomotodo: disable

Signed-off-by: Rui Chen <rui@chenrui.dev>
This commit is contained in:
Rui Chen 2024-01-05 10:20:59 -05:00
parent d60ce98c47
commit 189f9ba5a4
No known key found for this signature in database
GPG Key ID: 6577287BDCA70840
1 changed files with 1 additions and 7 deletions

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"