homebrew-cask/Casks/pomotodo.rb

15 lines
579 B
Ruby
Raw Normal View History

2014-11-14 01:26:41 +08:00
cask :v1 => 'pomotodo' do
version :latest
sha256 :no_check
2015-01-18 10:28:58 +08:00
# hackplan.com is the official download host per the vendor homepage
2015-05-10 17:53:30 +08:00
url 'http://air.hackplan.com/v1/p/com.pomotodo.PomotodoMac/download'
2015-04-21 22:49:55 +08:00
name 'Pomodoro'
2015-05-27 01:50:20 +08:00
appcast 'http://air.hackplan.com/projects/5455f382437315386000d4d5/versions/latest.xml',
:sha256 => '6babb8c063ac36c7769d50564f143eafe510d6e07a3ed6ea4375f8433e27ae28'
homepage 'https://pomotodo.com'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
app 'Pomotodo.app'
end