homebrew-cask/Casks/crashplan.rb

21 lines
684 B
Ruby

cask 'crashplan' do
version '4.8.4'
sha256 'b2ffb640e1083ee95d5de93b627cbfbdbe53dae3dd59f5ae93723621a575991e'
# download.code42.com was verified as official when first introduced to the cask
url "https://download.code42.com/installs/mac/install/CrashPlan/CrashPlan_#{version}_Mac.dmg"
name 'CrashPlan'
homepage 'https://www.crashplan.com/'
auto_updates true
pkg 'Install CrashPlan.pkg'
uninstall launchctl: 'com.backup42.desktop',
pkgutil: 'com.crashplan.app.pkg',
script: {
executable: 'Uninstall.app/Contents/Resources/uninstall.sh',
sudo: true,
}
end