homebrew-cask/Casks/pomotodo.rb

15 lines
573 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'pomotodo' do
2016-01-30 07:39:23 +08:00
version '0.13.2,1453112814'
sha256 '652d25d75d4f2ad73ad987da78a1486f5ea270916653f07a5aaf4369e11b29d8'
2015-01-18 10:28:58 +08:00
# hackplan.com is the official download host per the vendor homepage
2016-01-09 08:32:00 +08:00
url "http://cdn.hackplan.com/theair/#{version.after_comma}/Pomotodo_v#{version.before_comma}.dmg"
2015-05-27 01:50:20 +08:00
appcast 'http://air.hackplan.com/projects/5455f382437315386000d4d5/versions/latest.xml',
2016-01-30 07:39:23 +08:00
checkpoint: 'af014dc3310a984d9da77c960ae6364103cde1f9691991748e9678e3a1a9a9be'
name 'Pomodoro'
homepage 'https://pomotodo.com'
2015-10-09 02:07:53 +08:00
license :gratis
app 'Pomotodo.app'
end