cask 'zoomus' do version '4.1.19666.0122' sha256 'cade81d8f1d44773bf0764a1876da727ca0bada662e2b8038bd3051932044022' url "https://www.zoom.us/client/#{version}/zoomusInstaller.pkg" name 'Zoom.us' homepage 'https://www.zoom.us/' auto_updates true pkg 'zoomusInstaller.pkg' uninstall delete: '/Applications/zoom.us.app' zap trash: [ '~/Desktop/Zoom', '~/Library/Application Support/zoom.us', '~/Library/Caches/us.zoom.xos', '~/Library/Internet Plug-Ins/ZoomUsPlugIn.plugin', '~/Library/Logs/zoom.us', '~/Library/Logs/zoominstall.log', '~/Library/Preferences/ZoomChat.plist', '~/Library/Preferences/us.zoom.xos.plist', '~/Library/Saved Application State/us.zoom.xos.savedState', ] end