homebrew-cask/Casks/postbox.rb

28 lines
979 B
Ruby

cask "postbox" do
version "7.0.27"
sha256 "e3bebbbf2db5886ef1d5f981ca8b5f7a5d787107ee2a6afd38af65d9a2f161f0"
# 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