homebrew-cask/Casks/tableau-reader.rb

18 lines
662 B
Ruby

cask 'tableau-reader' do
version '2019.4.0'
sha256 '92b2e77e7686f960cd6a50e7778eb5872f42b422e5adb274ac47284f132cf786'
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