Skip to content

Commit

Permalink
AU: 3 updated - Tableau-Desktop Tableau-Server Tableau-Server-Tabcmd
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed May 19, 2021
1 parent 1b1022b commit 52107a1
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion automatic/Tableau-Desktop/tableau-desktop.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<metadata>
<id>Tableau-Desktop</id>
<version>2021.1.1</version>
<version>2021.1.2</version>
<packageSourceUrl>https://github.com/meek2100/chocolatey-packages</packageSourceUrl>
<owners>Darin Theurer</owners>
<title>Tableau Desktop</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/Tableau-Desktop/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$ErrorActionPreference = 'Stop'
$checksum = '093a318cbf64b23cf0f1bd9196bcab2361960d1958bfd833a57a6cd810c0e3a4'
$url = 'https://downloads.tableau.com/tssoftware/TableauDesktop-64bit-2021-1-1.exe'
$checksum = 'ea0e93a2957d10d022c17d3f2e05335fa46818bbe1cb561389e93ed798f6595d'
$url = 'https://downloads.tableau.com/tssoftware/TableauDesktop-64bit-2021-1-2.exe'

$packageArgs = @{
packageName = 'Tableau-Desktop'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<metadata>
<id>Tableau-Server-Tabcmd</id>
<version>2021.1.1</version>
<version>2021.1.2</version>
<packageSourceUrl>https://github.com/meek2100/chocolatey-packages</packageSourceUrl>
<owners>Darin Theurer</owners>
<title>Tableau Server Tabcmd</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/Tableau-Server-Tabcmd/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$ErrorActionPreference = 'Stop'
$checksum = '64d84cec779adc5d9f26e7cad99e17e2bbec906a583399421778b924d8032ae6'
$url = 'https://downloads.tableau.com/tssoftware/TableauServerTabcmd-64bit-2021-1-1.exe'
$checksum = '7518f8fd21c58449e8524e6b458c1f2ffd6f13ccbe752ba7a75954304e34b399'
$url = 'https://downloads.tableau.com/tssoftware/TableauServerTabcmd-64bit-2021-1-2.exe'

$packageArgs = @{
packageName = 'Tableau-Server-Tabcmd'
Expand Down
2 changes: 1 addition & 1 deletion automatic/Tableau-Server/tableau-server.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<metadata>
<id>Tableau-Server</id>
<version>2021.1.1</version>
<version>2021.1.2</version>
<packageSourceUrl>https://github.com/meek2100/chocolatey-packages</packageSourceUrl>
<owners>Darin Theurer</owners>
<title>Tableau Server</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/Tableau-Server/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$ErrorActionPreference = 'Stop'
$checksum = '48a658e33f854e861ac65d8b44d6d8db10695b4af9458268e4b58613b5cc1d09'
$url = 'https://downloads.tableau.com/tssoftware/TableauServer-64bit-2021-1-1.exe'
$checksum = '21676d821db6c731792da5602f915b3acbbc6c2a2db04738ff052a3599e749d9'
$url = 'https://downloads.tableau.com/tssoftware/TableauServer-64bit-2021-1-2.exe'

$packageArgs = @{
packageName = 'Tableau-Server'
Expand Down

0 comments on commit 52107a1

Please sign in to comment.