handbrake: fix RuboCop style.

See https://github.com/Homebrew/brew/pull/7867.
This commit is contained in:
Mike McQuaid 2020-07-27 10:26:05 +01:00
parent be99bf76f7
commit e00e6365dc
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 'handbrake' do
version '1.3.3'
sha256 '500cb924de7a3cc3a95cac4e69f303fc0623d3524fe59ac4ee4160ff43d56af6'
cask "handbrake" do
version "1.3.3"
sha256 "500cb924de7a3cc3a95cac4e69f303fc0623d3524fe59ac4ee4160ff43d56af6"
# github.com/HandBrake/HandBrake/ was verified as official when first introduced to the cask
url "https://github.com/HandBrake/HandBrake/releases/download/#{version}/HandBrake-#{version}.dmg"
appcast 'https://github.com/HandBrake/HandBrake/releases.atom'
name 'HandBrake'
homepage 'https://handbrake.fr/'
appcast "https://github.com/HandBrake/HandBrake/releases.atom"
name "HandBrake"
homepage "https://handbrake.fr/"
auto_updates true
app 'HandBrake.app'
app "HandBrake.app"
zap trash: [
'~/Library/Application Support/HandBrake',
'~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/fr.handbrake.handbrake.sfl*',
'~/Library/Caches/fr.handbrake.HandBrake',
'~/Library/Preferences/fr.handbrake.HandBrake.plist',
'~/Library/Saved Application State/fr.handbrake.HandBrake.savedState',
]
"~/Library/Application Support/HandBrake",
"~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/fr.handbrake.handbrake.sfl*",
"~/Library/Caches/fr.handbrake.HandBrake",
"~/Library/Preferences/fr.handbrake.HandBrake.plist",
"~/Library/Saved Application State/fr.handbrake.HandBrake.savedState",
]
end