Update tableau to use a versioned URL (9.2.4)

The 'latest' URL is apparently unmaintained and was pointing to a 9.1 image.
This commit is contained in:
Bence Nagy 2016-02-12 11:21:14 +01:00
parent 1ee2cd374f
commit 5829819c04
1 changed files with 4 additions and 4 deletions

View File

@ -1,11 +1,11 @@
cask 'tableau' do
version :latest
sha256 :no_check
version '9.2.4'
sha256 'f8f893f6dec4bd7c20105655d6dc787c0fe8b10676fb40345ae807ef01a892d6'
url 'https://downloads.tableausoftware.com/tssoftware/TableauDesktop.dmg'
url "https://downloads.tableau.com/tssoftware/TableauDesktop-#{version.dots_to_hyphens}.dmg"
name 'Tableau'
homepage 'https://www.tableausoftware.com/'
license :unknown # TODO: change license and remove this comment; ':unknown' is a machine-generated placeholder
license :commercial
app 'Tableau.app'
end