homebrew-cask/Casks/toggldesktop.rb

14 lines
588 B
Ruby

cask 'toggldesktop' do
version '7.4.56'
sha256 'c4917a2b06f884713fbd1c666877056a981b51c81d0c6435d7ed151645574b94'
# 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',
checkpoint: '9454d90a2bdf976c0ad4cf88495e6324e1c36c4a4c564335d2d4df2580b0c8a1'
name 'TogglDesktop'
homepage 'https://www.toggl.com/'
app 'TogglDesktop.app'
end