homebrew-cask/Casks/tableau-public.rb

18 lines
648 B
Ruby

cask 'tableau-public' do
version '2019.4.0'
sha256 'a9720cad769e8c5d2d592b7d4cf37f8b8290ebaa180e856cdfa86e93ef6d137b'
url "https://downloads.tableau.com/public/TableauPublic-#{version.dots_to_hyphens}.dmg"
appcast 'https://macupdater.net/cgi-bin/check_urls/check_url_redirect.cgi?url=https://www.tableau.com/downloads/public/mac',
configuration: version.dots_to_hyphens
name 'Tableau Public'
homepage 'https://public.tableau.com/s/'
pkg 'Tableau Public.pkg'
uninstall pkgutil: [
'com.tableausoftware.FLEXNet.*',
'com.tableausoftware.Public.app',
]
end