carbon-copy-cloner: fix RuboCop style.

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

View File

@ -1,29 +1,29 @@
cask 'carbon-copy-cloner' do
version '5.1.20.6044'
sha256 '6f306799b1ed275e0133db4ac4d703d42352a18a312f488cb15ced13821da7f3'
cask "carbon-copy-cloner" do
version "5.1.20.6044"
sha256 "6f306799b1ed275e0133db4ac4d703d42352a18a312f488cb15ced13821da7f3"
# bombich.scdn1.secure.raxcdn.com/software/files/ was verified as official when first introduced to the cask
url "https://bombich.scdn1.secure.raxcdn.com/software/files/ccc-#{version}.zip"
appcast "https://bombich.com/software/updates/ccc.php?os_major=10&os_minor=14&os_bugfix=0&ccc=#{version.split('.').last}&beta=0"
name 'Carbon Copy Cloner'
homepage 'https://bombich.com/'
appcast "https://bombich.com/software/updates/ccc.php?os_major=10&os_minor=14&os_bugfix=0&ccc=#{version.split(".").last}&beta=0"
name "Carbon Copy Cloner"
homepage "https://bombich.com/"
auto_updates true
app 'Carbon Copy Cloner.app'
app "Carbon Copy Cloner.app"
uninstall login_item: 'CCC User Agent',
uninstall login_item: "CCC User Agent",
quit: [
'com.bombich.ccc',
'com.bombich.cccuseragent',
"com.bombich.ccc",
"com.bombich.cccuseragent",
]
zap trash: [
'~/Library/Application Support/com.bombich.ccc',
'~/Library/Caches/com.bombich.ccc',
'~/Library/Preferences/com.bombich.ccc.plist',
'~/Library/Preferences/com.bombich.cccuseragent.plist',
'~/Library/Saved Application State/com.bombich.ccc.savedState',
'/Library/LaunchDaemons/com.bombich.ccchelper.plist',
"~/Library/Application Support/com.bombich.ccc",
"~/Library/Caches/com.bombich.ccc",
"~/Library/Preferences/com.bombich.ccc.plist",
"~/Library/Preferences/com.bombich.cccuseragent.plist",
"~/Library/Saved Application State/com.bombich.ccc.savedState",
"/Library/LaunchDaemons/com.bombich.ccchelper.plist",
]
end