homebrew-cask/Casks/toggldesktop.rb

15 lines
603 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'toggldesktop' do
version '7.3.319'
sha256 'ed5ce0d8db3819cb516a7900b18c93fc07ef826aa197fccb753ab376a1dc1079'
2016-02-02 01:06:42 +08:00
# github.com/toggl/toggldesktop was verified as official when first introduced to the cask
2016-01-12 23:22:55 +08:00
url "https://github.com/toggl/toggldesktop/releases/download/v#{version}/TogglDesktop-#{version.dots_to_underscores}.dmg"
2015-05-28 04:32:25 +08:00
appcast 'https://assets.toggl.com/installers/darwin_stable_appcast.xml',
checkpoint: '88464c3266e1339f31945eb311d060bb83529049d22350daa43afba53d13cd79'
name 'TogglDesktop'
homepage 'https://www.toggl.com'
license :bsd
2014-09-16 00:06:30 +08:00
app 'TogglDesktop.app'
2013-08-31 20:43:35 +08:00
end