homebrew-cask/Casks/tableau-reader.rb

18 lines
661 B
Ruby

cask 'tableau-reader' do
version '2020.2.2'
sha256 '74b4f8bc12b462b11c94a5400f25010474f410e24ef8d943318049e05e76bf0c'
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',
must_contain: 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