homebrew-cask/Casks/tableau.rb

12 lines
310 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'tableau' do
version '9.2.4'
sha256 'f8f893f6dec4bd7c20105655d6dc787c0fe8b10676fb40345ae807ef01a892d6'
2014-10-06 06:15:16 +08:00
url "https://downloads.tableau.com/tssoftware/TableauDesktop-#{version.dots_to_hyphens}.dmg"
2015-01-06 11:17:05 +08:00
name 'Tableau'
2016-02-12 23:30:07 +08:00
homepage 'https://www.tableau.com/'
license :commercial
2014-10-06 06:15:16 +08:00
app 'Tableau.app'
end