homebrew-cask/Casks/tableau.rb

28 lines
1.1 KiB
Ruby

cask 'tableau' do
version '2020.1.2'
sha256 '18b9534b6f819534681d1a2fc84a83786217318f8991983d36d2f62b2272f118'
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