homebrew-cask/Casks/tempo.rb

21 lines
611 B
Ruby

cask 'tempo' do
version '4.19.0'
sha256 'a236fe1f792ec233adce23229287fe1324e25ff00f8832f71573793b4102a27e'
url "https://download.yourtempo.co/release/Tempo-#{version}.dmg"
appcast 'https://download.yourtempo.co/release/latest-mac.yml'
name 'Tempo'
homepage 'https://www.yourtempo.co/'
auto_updates true
app 'Tempo.app'
zap trash: [
'~/Library/Application Support/Tempo',
'~/Library/Logs/Tempo',
'~/Library/Preferences/com.founders.mial.plist',
'~/Library/Saved Application State/com.founders.mial.savedState',
]
end