homebrew-cask/Casks/toggldesktop.rb

8 lines
214 B
Ruby
Raw Normal View History

class Toggldesktop < Cask
2013-08-31 20:43:35 +08:00
url 'https://www.toggl.com/api/v8/installer?app=td&platform=darwin&channel=stable'
homepage 'https://www.toggl.com'
2013-09-02 01:10:00 +08:00
version 'latest'
2014-05-08 20:51:31 +08:00
sha256 :no_check
2013-08-31 20:43:35 +08:00
link 'TogglDesktop.app'
end