homebrew-cask/Casks/toggldesktop.rb

15 lines
603 B
Ruby

cask 'toggldesktop' do
version '7.3.326'
sha256 'f2e85415b652fce729fbd703c387814d16168381087a7bb498a5a9117af8e000'
# 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: '460f65668197a03b0b95a17d1a1f7d2c617321281eca6c7b6dd136de9511189d'
name 'TogglDesktop'
homepage 'https://www.toggl.com'
license :bsd
app 'TogglDesktop.app'
end