Add AWA v1.4.2 (#41681)

This commit is contained in:
Torgayev Tamirlan 2017-12-07 06:24:22 +09:00 committed by commitay
parent c83bea5aa7
commit a81b7547d3
1 changed files with 23 additions and 0 deletions

23
Casks/awa.rb Normal file
View File

@ -0,0 +1,23 @@
cask 'awa' do
version '1.4.2'
sha256 '3fbd1cc851d4157c6a8abc340a4200eff9e2d0d51764b41b12929df09da4ce8c'
# 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