homebrew-cask/Casks/todoist.rb

9 lines
277 B
Ruby
Raw Normal View History

2013-08-23 23:30:06 +08:00
class Todoist < Cask
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-04-09 01:43:56 +08:00
version 'latest'
2014-05-08 20:51:31 +08:00
sha256 :no_check
2013-08-23 23:30:06 +08:00
link 'Todoist.app'
end