homebrew-cask/Casks/vip-access.rb

21 lines
614 B
Ruby

cask 'vip-access' do
version :latest
sha256 :no_check
# s3-us-east-2.amazonaws.com/ was verified as official when first introduced to the cask
url 'https://s3-us-east-2.amazonaws.com/com-symantec-vip-us-east-2-prd-idcenter-downloads-v2/VIPAccessSecurityCode.dmg'
name 'Symantec VIP Access'
homepage 'https://vip.symantec.com/'
depends_on macos: '>= :el_capitan'
pkg 'VIP Access.pkg'
uninstall pkgutil: 'com.symantec.vippaccess'
zap trash: [
'~/Library/Caches/com.symantec.VIP-Access',
'~/Library/Preferences/com.symantec.VIP-Access.plist',
]
end