homebrew-cask/Casks/mailspring.rb

23 lines
793 B
Ruby

cask 'mailspring' do
version '1.6.3'
sha256 'f5bef3edba78985062d1d2d17ac127fc351b9130807f4aeabd55e0b244203e89'
# github.com/Foundry376/Mailspring was verified as official when first introduced to the cask
url "https://github.com/Foundry376/Mailspring/releases/download/#{version}/Mailspring.zip"
appcast 'https://github.com/Foundry376/Mailspring/releases.atom'
name 'Mailspring'
homepage 'https://getmailspring.com/'
auto_updates true
app 'Mailspring.app'
zap trash: [
'~/Library/Application Support/Mailspring',
'~/Library/Preferences/com.mailspring.*',
'~/Library/Caches/com.mailspring.*',
'~/Library/Saved Application State/com.mailspring.*',
'~/Library/Logs/Mailspring',
]
end