element: fix RuboCop style.

See https://github.com/Homebrew/brew/pull/7867.
This commit is contained in:
Mike McQuaid 2020-07-27 10:23:09 +01:00
parent adca52ecdc
commit 42d47b65a1
No known key found for this signature in database
GPG Key ID: 48A898132FD8EE70
1 changed files with 16 additions and 16 deletions

View File

@ -1,25 +1,25 @@
cask 'element' do
version '1.7.1'
sha256 '7ee9e2c1fd455ee887b0ca224dc275a4dca8ee48fb37471556f49d38da41476a'
cask "element" do
version "1.7.1"
sha256 "7ee9e2c1fd455ee887b0ca224dc275a4dca8ee48fb37471556f49d38da41476a"
# packages.riot.im/desktop was verified as official when first introduced to the cask
url "https://packages.riot.im/desktop/install/macos/Element%20(Riot)-#{version}.dmg"
appcast 'https://github.com/vector-im/riot-desktop/releases.atom'
name 'Element (Riot)'
homepage 'https://element.io/get-started'
appcast "https://github.com/vector-im/riot-desktop/releases.atom"
name "Element (Riot)"
homepage "https://element.io/get-started"
auto_updates true
app 'Element (Riot).app'
app "Element (Riot).app"
zap trash: [
'~/Library/Application Support/Riot',
'~/Library/Application Support/Element (Riot)',
'~/Library/Caches/im.riot.app',
'~/Library/Caches/im.riot.app.ShipIt',
'~/Library/Logs/Riot',
'~/Library/Preferences/im.riot.app.helper.plist',
'~/Library/Preferences/im.riot.app.plist',
'~/Library/Saved Application State/im.riot.app.savedState',
]
"~/Library/Application Support/Riot",
"~/Library/Application Support/Element (Riot)",
"~/Library/Caches/im.riot.app",
"~/Library/Caches/im.riot.app.ShipIt",
"~/Library/Logs/Riot",
"~/Library/Preferences/im.riot.app.helper.plist",
"~/Library/Preferences/im.riot.app.plist",
"~/Library/Saved Application State/im.riot.app.savedState",
]
end