cask 'tableau' do version '2019.4.0' sha256 '9a44640431628aeec91f9d8582d6aa2fa5f63d21d8a885ba1b3b30b1dd542db7' url "https://downloads.tableau.com/tssoftware/TableauDesktop-#{version.dots_to_hyphens}.dmg" appcast 'https://macupdater.net/cgi-bin/check_urls/check_url_redirect.cgi?url=https://www.tableau.com/downloads/desktop/mac', configuration: version.dots_to_hyphens name 'Tableau Desktop' homepage 'https://www.tableau.com/products/desktop/download' depends_on macos: '>= :yosemite' pkg 'Tableau Desktop.pkg' uninstall pkgutil: [ 'com.amazon.redshiftodbc', 'simba.sparkodbc', 'com.simba.sparkodbc', 'com.simba.sqlserverodbc', 'com.tableausoftware.Desktop.app', 'com.tableausoftware.DesktopShortcut', 'com.tableausoftware.FLEXNet.11.*', 'com.tableausoftware.mysql', 'com.tableausoftware.oracle', 'com.tableausoftware.postgresql', ] end