homebrew-cask/Casks/postico.rb

20 lines
760 B
Ruby

cask 'postico' do
version '1.5.6'
sha256 'ea5a88d9b669a490f42ff08f1d2fc6eacbd0e58f5beee4355540bdab99139e31'
# 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"
appcast 'https://eggerapps.at/postico/docs/?file=changelist.html'
name 'Postico'
homepage 'https://eggerapps.at/postico/'
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