homebrew-cask/Casks/awa.rb

25 lines
854 B
Ruby
Raw Normal View History

2017-12-07 05:24:22 +08:00
cask 'awa' do
version '1.5.4'
sha256 'faafe3c8944948254701a38f7446e2745dedffa3aa50178c37eb9ff2acc5658e'
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"
2019-04-02 07:39:31 +08:00
appcast 'https://macupdater.net/cgi-bin/check_urls/check_url_redirect.cgi?url=https://pd.awa.io/mac/stable/latest'
2017-12-07 05:24:22 +08:00
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