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 cask "handbrake" do
version '1.3.3' version "1.3.3"
sha256 '500cb924de7a3cc3a95cac4e69f303fc0623d3524fe59ac4ee4160ff43d56af6' sha256 "500cb924de7a3cc3a95cac4e69f303fc0623d3524fe59ac4ee4160ff43d56af6"
# github.com/HandBrake/HandBrake/ was verified as official when first introduced to the cask # 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" url "https://github.com/HandBrake/HandBrake/releases/download/#{version}/HandBrake-#{version}.dmg"
appcast 'https://github.com/HandBrake/HandBrake/releases.atom' appcast "https://github.com/HandBrake/HandBrake/releases.atom"
name 'HandBrake' name "HandBrake"
homepage 'https://handbrake.fr/' homepage "https://handbrake.fr/"
auto_updates true auto_updates true
app 'HandBrake.app' app "HandBrake.app"
zap trash: [ zap trash: [
'~/Library/Application Support/HandBrake', "~/Library/Application Support/HandBrake",
'~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/fr.handbrake.handbrake.sfl*', "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/fr.handbrake.handbrake.sfl*",
'~/Library/Caches/fr.handbrake.HandBrake', "~/Library/Caches/fr.handbrake.HandBrake",
'~/Library/Preferences/fr.handbrake.HandBrake.plist', "~/Library/Preferences/fr.handbrake.HandBrake.plist",
'~/Library/Saved Application State/fr.handbrake.HandBrake.savedState', "~/Library/Saved Application State/fr.handbrake.HandBrake.savedState",
] ]
end end