homebrew-cask/Casks/todoist.rb

11 lines
278 B
Ruby
Raw Normal View History

2013-08-23 23:30:06 +08:00
class Todoist < Cask
version 'latest'
sha256 :no_check
2014-04-09 01:43:56 +08:00
url 'https://d2dq6e731uoz0t.cloudfront.net/3334959e6780bf9ff7dbe8fc936e0700/as/Todoist.app.zip'
2014-06-09 22:41:39 +08:00
appcast 'http://todoist.com/static/native_apps/mac_app.xml'
2013-08-23 23:30:06 +08:00
homepage 'https://todoist.com'
2014-09-16 00:06:30 +08:00
app 'Todoist.app'
2013-08-23 23:30:06 +08:00
end