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

27 lines
921 B
Ruby

cask 'carbon-copy-cloner' do
version '5.1.2.5426'
sha256 '141bef893f60ab9241f2ccd068cdc16a685d1a1f9f39933428397d1bf8f962bd'
# 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/'
auto_updates true
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