homebrew-cask/Casks/toggl.rb

18 lines
657 B
Ruby

cask 'toggl' do
version '7.5.85'
sha256 '8ad2f539abaebe77083e92c1ea0d608d4d174e8c7fd1aa6f2475eda30949fbc3'
# github.com/toggl-open-source/toggldesktop was verified as official when first introduced to the cask
url "https://github.com/toggl-open-source/toggldesktop/releases/download/v#{version}/TogglDesktop-#{version.dots_to_underscores}.dmg"
appcast 'https://assets.toggl.com/installers/darwin_stable_appcast.xml'
name 'TogglDesktop'
homepage 'https://www.toggl.com/toggl-desktop/'
conflicts_with cask: [
'toggl-beta',
'toggl-dev',
]
app 'TogglDesktop.app'
end