homebrew-cask/Casks/toggldesktop.rb

14 lines
588 B
Ruby

cask 'toggldesktop' do
version '7.4.55'
sha256 'c620aafb4488dec6afcf943fa7f71b66218fc86e51103ec6e9821a577d30548d'
# 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