homebrew-cask/Casks/mailspring.rb

23 lines
794 B
Ruby

cask 'mailspring' do
version '1.7.6'
sha256 '0c5d01603fe46f88373bb53d6a7adc8c782ccffa8cdb69b13e792eb2549dd5fc'
# 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