homebrew-cask/Casks/astro.rb

25 lines
1012 B
Ruby

cask 'astro' do
version '3.0.2,3706'
sha256 '52790a06ad13510365fc199b797558d1325d4071eff6557ad9564615047bf199'
# pexlabs-updates-xvuif5mcicazzducz2j2xy3lki.s3-us-west-2.amazonaws.com was verified as official when first introduced to the cask
url "https://pexlabs-updates-xvuif5mcicazzducz2j2xy3lki.s3-us-west-2.amazonaws.com/Astro-#{version.after_comma}.dmg"
appcast 'https://pexlabs-updates-xvuif5mcicazzducz2j2xy3lki.s3-us-west-2.amazonaws.com/pexappcast.xml',
checkpoint: '9f0a903a00e9e4c7e7c336ec5adc6ed1e53d3b251a534d704a58dcabd154df3b'
name 'Astro'
homepage 'https://www.helloastro.com/'
auto_updates true
app 'Astro.app'
uninstall launchctl: 'com.pexlabs.Huskymail.mac.helper',
quit: 'com.pexlabs.Huskymail.mac'
zap trash: [
'~/Library/Application Support/com.pexlabs.Huskymail.mac',
'~/Library/Caches/com.pexlabs.Huskymail.mac',
'~/Library/Preferences/com.pexlabs.Huskymail.mac.plist',
]
end