backblaze: fix RuboCop style.

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

View File

@ -1,29 +1,29 @@
cask 'backblaze' do
version '7.0.1.452'
sha256 '7b60cca1e2bd74cd947dd67bd292e48407a6aae878c617da956e8f816dcf5657'
cask "backblaze" do
version "7.0.1.452"
sha256 "7b60cca1e2bd74cd947dd67bd292e48407a6aae878c617da956e8f816dcf5657"
url 'https://secure.backblaze.com/mac/install_backblaze.dmg'
appcast 'https://secure.backblaze.com/api/clientversion.xml',
url "https://secure.backblaze.com/mac/install_backblaze.dmg"
appcast "https://secure.backblaze.com/api/clientversion.xml",
must_contain: "mac_version=\"#{version}\""
name 'Backblaze'
homepage 'https://backblaze.com/'
name "Backblaze"
homepage "https://backblaze.com/"
installer manual: 'Backblaze Installer.app'
installer manual: "Backblaze Installer.app"
uninstall launchctl: [
'com.backblaze.bzserv',
'com.backblaze.bzbmenu',
],
"com.backblaze.bzserv",
"com.backblaze.bzbmenu",
],
delete: [
"#{appdir}/Backblaze.app",
'/Library/PreferencePanes/BackblazeBackup.prefPane',
]
"#{appdir}/Backblaze.app",
"/Library/PreferencePanes/BackblazeBackup.prefPane",
]
zap trash: [
'/Library/Backblaze.bzpkg',
'~/Library/Preferences/com.backblaze.bzbmenu.plist',
'~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.backblaze.*.sfl*',
'/Library/Logs/DiagnosticReports/bzbmenu_*.*_resource.diag',
'~/Library/Logs/BackblazeGUIInstaller',
]
"/Library/Backblaze.bzpkg",
"~/Library/Preferences/com.backblaze.bzbmenu.plist",
"~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.backblaze.*.sfl*",
"/Library/Logs/DiagnosticReports/bzbmenu_*.*_resource.diag",
"~/Library/Logs/BackblazeGUIInstaller",
]
end