mplayerx: fix RuboCop style.

See https://github.com/Homebrew/brew/pull/7867.
This commit is contained in:
Mike McQuaid 2020-07-27 10:31:10 +01:00
parent 252bee7561
commit 7f41e039ab
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,22 +1,22 @@
cask 'mplayerx' do
version '1.1.4,1920'
sha256 '9306b11acd9df45464fc3ddca1a3a757f50ef019ea6a09ce13ad3f51f1ef1592'
cask "mplayerx" do
version "1.1.4,1920"
sha256 "9306b11acd9df45464fc3ddca1a3a757f50ef019ea6a09ce13ad3f51f1ef1592"
# github.com/niltsh/MPlayerX-Deploy/ was verified as official when first introduced to the cask
url "https://github.com/niltsh/MPlayerX-Deploy/releases/download/#{version.before_comma}/MPlayerX-#{version.before_comma}-#{version.after_comma}.zip"
appcast 'https://raw.githubusercontent.com/niltsh/MPlayerX-Deploy/master/appcast.xml'
name 'MPlayerX'
homepage 'http://mplayerx.org/'
appcast "https://raw.githubusercontent.com/niltsh/MPlayerX-Deploy/master/appcast.xml"
name "MPlayerX"
homepage "http://mplayerx.org/"
auto_updates true
app 'MPlayerX.app'
app "MPlayerX.app"
zap trash: [
'~/.mplayer',
'~/Library/Application Support/MPlayerX',
'~/Library/Preferences/org.niltsh.MPlayerX.LSSharedFileList.plist',
'~/Library/Preferences/org.niltsh.MPlayerX.plist',
'~/Library/Caches/org.niltsh.MPlayerX',
]
"~/.mplayer",
"~/Library/Application Support/MPlayerX",
"~/Library/Preferences/org.niltsh.MPlayerX.LSSharedFileList.plist",
"~/Library/Preferences/org.niltsh.MPlayerX.plist",
"~/Library/Caches/org.niltsh.MPlayerX",
]
end