dropdmg: fix RuboCop style.

See https://github.com/Homebrew/brew/pull/7867.
This commit is contained in:
Mike McQuaid 2020-07-27 10:22:33 +01:00
parent 164b69dead
commit 024509c013
No known key found for this signature in database
GPG Key ID: 48A898132FD8EE70
1 changed files with 13 additions and 13 deletions

View File

@ -1,19 +1,19 @@
cask 'dropdmg' do
version '3.5.10'
sha256 'fe35111088fc5e77c3f87087c1404f513483ef5590aca0880bbbb78fcd4e3de1'
cask "dropdmg" do
version "3.5.10"
sha256 "fe35111088fc5e77c3f87087c1404f513483ef5590aca0880bbbb78fcd4e3de1"
url "https://c-command.com/downloads/DropDMG-#{version}.dmg"
appcast 'https://c-command.com/dropdmg/'
name 'DropDMG'
homepage 'https://c-command.com/dropdmg/'
appcast "https://c-command.com/dropdmg/"
name "DropDMG"
homepage "https://c-command.com/dropdmg/"
app 'DropDMG.app'
app "DropDMG.app"
zap trash: [
'~/Library/Application Support/DropDMG',
'~/Library/Automator/DropDMG.action',
'~/Library/Automator/Expand Disk Image.action',
'~/Library/Caches/com.c-command.DropDMG',
'~/Library/Preferences/com.c-command.DropDMG.plist',
]
"~/Library/Application Support/DropDMG",
"~/Library/Automator/DropDMG.action",
"~/Library/Automator/Expand Disk Image.action",
"~/Library/Caches/com.c-command.DropDMG",
"~/Library/Preferences/com.c-command.DropDMG.plist",
]
end