badlion-client: fix RuboCop style.

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

View File

@ -1,17 +1,17 @@
cask 'badlion-client' do
version '2.15.0'
sha256 '06d22a4dac19cdbfd86ed151585d66a07499d2903acd6c40f6cdb2dbaa3904df'
cask "badlion-client" do
version "2.15.0"
sha256 "06d22a4dac19cdbfd86ed151585d66a07499d2903acd6c40f6cdb2dbaa3904df"
url "https://client-updates.badlion.net/Badlion%20Client-#{version}.dmg"
appcast 'https://client-updates.badlion.net/latest-mac.yml'
name 'Badlion Client'
homepage 'https://www.badlion.net/'
appcast "https://client-updates.badlion.net/latest-mac.yml"
name "Badlion Client"
homepage "https://www.badlion.net/"
app 'Badlion Client.app'
app "Badlion Client.app"
zap trash: [
'~/Library/Caches/net.badlion.client',
'~/Library/Caches/net.badlion.client.ShipIt',
'~/Library/Application Support/Badlion Client',
]
"~/Library/Caches/net.badlion.client",
"~/Library/Caches/net.badlion.client.ShipIt",
"~/Library/Application Support/Badlion Client",
]
end