homebrew-cask/Casks/toggl.rb

18 lines
659 B
Ruby

cask 'toggl' do
version '7.4.1092'
sha256 '0a6bb7925513e64e3d9cdce0ef2beb692051d628907ca21be39696796be57cda'
# 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