homebrew-cask/Casks/tableau-reader.rb

18 lines
662 B
Ruby

cask 'tableau-reader' do
version '2019.2.3'
sha256 '8baf88d7438402eecccbe9699b4e161614529a60a5689fd3864a00cad68e09d1'
url "https://downloads.tableau.com/tssoftware/TableauReader-#{version.dots_to_hyphens}.dmg"
appcast 'https://macupdater.net/cgi-bin/check_urls/check_url_redirect.cgi?url=https://www.tableau.com/downloads/reader/mac',
configuration: version.dots_to_hyphens
name 'Tableau Reader'
homepage 'https://www.tableau.com/products/reader'
pkg 'Tableau Reader.pkg'
uninstall pkgutil: [
'com.tableausoftware.FLEXNet.*',
'com.tableausoftware.Reader.app',
]
end