awa: fix RuboCop style.

See https://github.com/Homebrew/brew/pull/7867.
This commit is contained in:
Mike McQuaid 2020-07-27 10:17:11 +01:00
parent 438e525087
commit 32bec4d5af
No known key found for this signature in database
GPG Key ID: 48A898132FD8EE70
1 changed files with 14 additions and 14 deletions

View File

@ -1,24 +1,24 @@
cask 'awa' do
version '1.5.6'
sha256 '1624be0ef6221376ac1748f48474c8f1011fc07320123b9dc90632cd1caad723'
cask "awa" do
version "1.5.6"
sha256 "1624be0ef6221376ac1748f48474c8f1011fc07320123b9dc90632cd1caad723"
# 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"
appcast 'https://macupdater.net/cgi-bin/check_urls/check_url_redirect.cgi?url=https://pd.awa.io/mac/stable/latest'
name 'AWA'
homepage 'https://awa.fm/'
appcast "https://macupdater.net/cgi-bin/check_urls/check_url_redirect.cgi?url=https://pd.awa.io/mac/stable/latest"
name "AWA"
homepage "https://awa.fm/"
auto_updates true
app 'AWA.app'
app "AWA.app"
uninstall launchctl: 'fm.awa.liverpool',
quit: 'fm.awa.liverpool'
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',
]
"~/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