homebrew-cask/Casks/tempo.rb

21 lines
555 B
Ruby

cask "tempo" do
version "5.5.4"
sha256 "e8c3c62ef616486551a463ce50dba9e5f03bbb45a135c6a1dc12c77d8ed49345"
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