homebrew-cask/Casks/toggl.rb

18 lines
659 B
Ruby

cask 'toggl' do
version '7.4.1036'
sha256 '45461031b0aa58bba6c4990606cbd71e8a0583d33bc87ab01443ac4bc6723e6e'
# 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