homebrew-cask/Casks/tableau.rb

29 lines
947 B
Ruby

cask "tableau" do
version "2020.3.3"
sha256 "97fcad273201a8c3f861e85c4f037ee3f8e992a58b910928be225bd2ba7f8d54"
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",
must_contain: version.dots_to_hyphens
name "Tableau Desktop"
desc "Popular analytics platform"
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