homebrew-cask/Casks/postbox.rb

28 lines
979 B
Ruby

cask "postbox" do
version "7.0.25"
sha256 "b67abe66ad89aca3849d1c610e224af52b75085fc875e91859d432bfb7fa6205"
# 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