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 25, 2022
1 parent 8aa5cd1 commit 29efda0
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>2022.1.1</version>
<version>2022.1.2</version>
<packageSourceUrl>https://github.com/meek2100/chocolatey-packages/tree/master/automatic/Tableau-Desktop</packageSourceUrl>
<owners>meek2100</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 = '97d617aa175cbd3a26dc6c512da6f512e03193aae6619646dc83ba9d18154daa'
$url = 'https://downloads.tableau.com/tssoftware/TableauDesktop-64bit-2022-1-1.exe'
$checksum = 'f9a1985f90316a2870ad70b99c22e745372eb28a928fbf41fe87ab3714a2dd1c'
$url = 'https://downloads.tableau.com/tssoftware/TableauDesktop-64bit-2022-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>2022.1.1</version>
<version>2022.1.2</version>
<packageSourceUrl>https://github.com/meek2100/chocolatey-packages/tree/master/automatic/Tableau-Server-Tabcmd</packageSourceUrl>
<owners>meek2100</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 = 'f982021e76e895ec2205947306a7e541c2e27376802564544feeaf6c2a7e9cd2'
$url = 'https://downloads.tableau.com/tssoftware/TableauServerTabcmd-64bit-2022-1-1.exe'
$checksum = '2b034bee952bc2011e93994553e104a24f9afabc4f7525486c3d6aedd3b20a0a'
$url = 'https://downloads.tableau.com/tssoftware/TableauServerTabcmd-64bit-2022-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>2022.1.1</version>
<version>2022.1.2</version>
<packageSourceUrl>https://github.com/meek2100/chocolatey-packages/tree/master/automatic/Tableau-Server</packageSourceUrl>
<owners>meek2100</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 = '379599715dac378f1d026a7e354552380720819d92c90c6e85648d4bd05b749f'
$url = 'https://downloads.tableau.com/tssoftware/TableauServer-64bit-2022-1-1.exe'
$checksum = 'af222d723bfcc200b5294168d8785f5420fd0152863f086df43b9e87299b7cce'
$url = 'https://downloads.tableau.com/tssoftware/TableauServer-64bit-2022-1-2.exe'

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

0 comments on commit 29efda0

Please sign in to comment.