google-chat: fix RuboCop style.

See https://github.com/Homebrew/brew/pull/7867.
This commit is contained in:
Mike McQuaid 2020-07-27 10:25:35 +01:00
parent 2596450155
commit 8efc1c58cf
No known key found for this signature in database
GPG Key ID: 48A898132FD8EE70
1 changed files with 12 additions and 12 deletions

View File

@ -1,18 +1,18 @@
cask 'google-chat' do
version '20.1.301'
sha256 '19d9c8a9be6fc5dffd3cb5acc287362421e3907428f3bc65950cc07803dde74b'
cask "google-chat" do
version "20.1.301"
sha256 "19d9c8a9be6fc5dffd3cb5acc287362421e3907428f3bc65950cc07803dde74b"
url "https://dl.google.com/chat/#{version}/InstallHangoutsChat.dmg"
appcast 'https://macupdater.net/cgi-bin/check_urls/check_url_redirect.cgi?url=https://dl.google.com/chat/latest/InstallHangoutsChat.dmg'
name 'Chat'
homepage 'https://gsuite.google.com/products/chat/'
appcast "https://macupdater.net/cgi-bin/check_urls/check_url_redirect.cgi?url=https://dl.google.com/chat/latest/InstallHangoutsChat.dmg"
name "Chat"
homepage "https://gsuite.google.com/products/chat/"
app 'Chat.app'
app "Chat.app"
zap trash: [
'~/Library/Logs/Chat',
'~/Library/Saved Application State/com.google.chat.savedState',
'~/Library/Application Support/Chat',
'~/Library/Preferences/com.google.chat*',
]
"~/Library/Logs/Chat",
"~/Library/Saved Application State/com.google.chat.savedState",
"~/Library/Application Support/Chat",
"~/Library/Preferences/com.google.chat*",
]
end