homebrew-cask/Casks/awa.rb

24 lines
737 B
Ruby

cask 'awa' do
version '1.5.1'
sha256 'c9b7fc96c04e2ac40be41ee8db494581c2b0dcc7af764571e977fe18a2494eb0'
# download-d.awa.io/mac/stable was verified as official when first introduced to the cask
url "https://download-d.awa.io/mac/stable/AWASetup-v#{version}.dmg"
name 'AWA'
homepage 'https://awa.fm/'
auto_updates true
app 'AWA.app'
uninstall launchctl: 'fm.awa.liverpool',
quit: 'fm.awa.liverpool'
zap trash: [
'~/Library/Application Support/AWA',
'~/Library/Preferences/fm.awa.liverpool.plist',
'~/Library/Preferences/fm.awa.liverpool.helper.plist',
'~/Library/Saved Application State/fm.awa.liverpool.savedState',
]
end