homebrew-cask/Casks/carbon-copy-cloner.rb

25 lines
900 B
Ruby

cask 'carbon-copy-cloner' do
version '5.0.5.5213'
sha256 'cfbea03ba62097e2872a1b610a610ed141017ef6df6024d695cc5020d553d6a8'
# 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"
name 'Carbon Copy Cloner'
homepage 'https://bombich.com/'
app 'Carbon Copy Cloner.app'
uninstall login_item: 'CCC User Agent',
quit: [
'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/Saved Application State/com.bombich.ccc.savedState',
]
end