homebrew-cask/Casks/postbox.rb

28 lines
981 B
Ruby

cask "postbox" do
version "7.0.26.1"
sha256 "78b697807b4da3c8bde9c9e3820e963f54128bf8496872f42ff9f9ca9bd11102"
# 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/download/success-mac"
name "Postbox"
homepage "https://www.postbox-inc.com/"
auto_updates true
depends_on macos: ">= :high_sierra"
app "Postbox.app"
zap trash: [
"~/Library/Application Support/Postbox",
"~/Library/Application Support/PostboxApp",
"~/Library/Caches/com.crashlytics.data/com.postbox-inc.postbox",
"~/Library/Caches/com.postbox-inc.postbox",
"~/Library/Caches/Postbox",
"~/Library/Caches/PostboxApp",
"~/Library/PDF Services/Mail PDF with Postbox",
"~/Library/Preferences/com.postbox-inc.postbox.plist",
"~/Library/Saved Application State/com.postbox-inc.postbox.savedState",
]
end