homebrew-cask/Casks/postico.rb

21 lines
729 B
Ruby

cask 'postico' do
version '1.2.3'
sha256 'd8ce4f6a5bed2fb7df6a06d8b666b13df0c574854b52423d2293c07bcf1e8c11'
# amazonaws.com/eggerapps-downloads was verified as official when first introduced to the cask
url "https://s3-eu-west-1.amazonaws.com/eggerapps-downloads/postico-#{version}.zip"
name 'Postico'
homepage 'https://eggerapps.at/postico/'
depends_on macos: '>= :mavericks'
app 'Postico.app'
zap trash: [
'~/Library/Application Scripts/at.eggerapps.Postico',
'~/Library/Containers/at.eggerapps.Postico',
'~/Library/Preferences/at.eggerapps.Postico.plist',
'~/Library/Saved Application State/at.eggerapps.Postico.savedState',
]
end