homebrew-cask/Casks/pomotodo.rb

14 lines
571 B
Ruby

cask 'pomotodo' do
version '3.1.2,1490719126'
sha256 '0ed57b361b8ebc3b2ad265543d23ec03883f995b9663c12c353f6c07c02b17c2'
# cdn.hackplan.com/theair was verified as official when first introduced to the cask
url "http://cdn.hackplan.com/theair/#{version.after_comma}/Pomotodo_v#{version.before_comma}.dmg"
appcast 'http://air.hackplan.com/projects/5455f382437315386000d4d5/versions/latest.xml',
checkpoint: '8f67471dd199a1fdaeda4e5aad44226e85e40c556f946bd141e7e691e45b7fcc'
name 'Pomodoro'
homepage 'https://pomotodo.com/'
app 'Pomotodo.app'
end