homebrew-cask/Casks/astro.rb

25 lines
1012 B
Ruby

cask 'astro' do
version '3.0.7,3818'
sha256 '9fa7591bf5e39666fcaf18bc1668304e547ded27f82156798106ba876e069a76'
# 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: '135d27ab349f3c939700ea0de5d6bbc9522bef52ae237c8e003ec5fb7ade0c36'
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