homebrew-cask/Casks/tableau-reader.rb

18 lines
662 B
Ruby

cask 'tableau-reader' do
version '2020.2.0'
sha256 'ed18ab6a4a684ec6028cf82bcadab907ec51f31e572cf1785e4c377c4a53f68a'
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