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

25 lines
900 B
Ruby

cask 'carbon-copy-cloner' do
version '5.0.4.5163'
sha256 '357abb873767aa2c28073a51d29c84bffde29960477d4896af25a0cc47bf8012'
# 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