homebrew-cask/Casks/postbox.rb

25 lines
961 B
Ruby

cask 'postbox' do
version '6.1.3'
sha256 'b36433a28155faed92ab0f44fb92c21f55ceef9f7bc29a9973efb7ac94abe100'
# d3nx85trn0lqsg.cloudfront.net/mac was verified as official when first introduced to the cask
url "https://d3nx85trn0lqsg.cloudfront.net/mac/postbox-#{version}-mac64.dmg"
appcast 'https://www.postbox-inc.com/product/releasenotes'
name 'Postbox'
homepage 'https://www.postbox-inc.com/'
depends_on macos: '>= :el_capitan'
app 'Postbox.app'
zap trash: [
'~/Library/Application Support/Postbox',
'~/Library/Caches/com.crashlytics.data/com.postbox-inc.postbox',
'~/Library/Caches/com.postbox-inc.postbox',
'~/Library/Caches/Postbox',
'~/Library/PDF Services/Mail PDF with Postbox',
'~/Library/Preferences/com.postbox-inc.postbox.plist',
'~/Library/Saved Application State/com.postbox-inc.postbox.savedState',
]
end