homebrew-cask/Casks/toggl.rb

18 lines
620 B
Ruby

cask 'toggl' do
version '7.4.232'
sha256 'dda98e8fb2dd051c2f9c9cdb1b582490cd8ef0a076a9d3ce234999f0d336a1d0'
# github.com/toggl/toggldesktop was verified as official when first introduced to the cask
url "https://github.com/toggl/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/'
conflicts_with cask: [
'toggl-beta',
'toggl-dev',
]
app 'TogglDesktop.app'
end