sync-my-l2p: fix RuboCop style.

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

View File

@ -1,12 +1,12 @@
cask 'sync-my-l2p' do
version '2.4.1'
sha256 '481af4bd5be7bb8940fe3c9bd435f5b509acefa45cba347892893664a702265b'
cask "sync-my-l2p" do
version "2.4.1"
sha256 "481af4bd5be7bb8940fe3c9bd435f5b509acefa45cba347892893664a702265b"
# github.com/RobertKrajewski/Sync-my-L2P/ was verified as official when first introduced to the cask
url "https://github.com/RobertKrajewski/Sync-my-L2P/releases/download/v#{version}/SyncMyL2P-#{version}-osx.dmg"
appcast 'https://github.com/RobertKrajewski/Sync-my-L2P/releases.atom'
name 'Sync-my-L2P'
homepage 'https://www.syncmyl2p.de/'
appcast "https://github.com/RobertKrajewski/Sync-my-L2P/releases.atom"
name "Sync-my-L2P"
homepage "https://www.syncmyl2p.de/"
app 'Sync-my-L2P.app'
app "Sync-my-L2P.app"
end