homebrew-cask/Casks/awa.rb

24 lines
737 B
Ruby
Raw Normal View History

2017-12-07 05:24:22 +08:00
cask 'awa' do
2018-03-07 10:49:41 +08:00
version '1.5.1'
sha256 'c9b7fc96c04e2ac40be41ee8db494581c2b0dcc7af764571e977fe18a2494eb0'
2017-12-07 05:24:22 +08:00
# 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