homebrew-cask/Casks/mailspring.rb

23 lines
793 B
Ruby

cask 'mailspring' do
version '1.5.5'
sha256 '3a2749d00699a1db1f8e641b44ff8306fd745a3ea2bb5480026420590f940707'
# 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