homebrew-cask/Casks/mailspring.rb

23 lines
793 B
Ruby

cask 'mailspring' do
version '1.5.7'
sha256 'f50a4c1ce8961716c56d035cb33d0dbef79f34df2c1ec01dc9db370e882f9b36'
# 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