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

28 lines
1.0 KiB
Ruby

cask 'carbon-copy-cloner' do
version '5.1.5.5549'
sha256 '682eae2b7f0ae47a35295bd880b1b51f5b1c7af65bf6c4b4a1181f46f57965e7'
# 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/Saved Application State/com.bombich.ccc.savedState',
]
end