cask 'carbon-copy-cloner' do version '5.1.10.5778' sha256 '1a1459c87c6192b756fc17fc3d55471e31b30dae84e11dd3adb98168a6730985' # 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/' 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/Preferences/com.bombich.cccuseragent.plist', '~/Library/Saved Application State/com.bombich.ccc.savedState', '/Library/LaunchDaemons/com.bombich.ccchelper.plist', ] end