Skip to content

Commit

Permalink
AU: 2 updated - Tableau-Server Tableau-Server-Tabcmd
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jul 27, 2022
1 parent f995a81 commit 6402743
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
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.3</version>
<version>2022.1.4</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 = '0028919f937c2e82d6d8acb7538482d9a8c1c978cacd5aab6e97b317515532da'
$url = 'https://downloads.tableau.com/tssoftware/TableauServerTabcmd-64bit-2022-1-3.exe'
$checksum = '5603767400aebd7f918aac4839df250aacdc32181f403946f17a3eca6313ccdb'
$url = 'https://downloads.tableau.com/tssoftware/TableauServerTabcmd-64bit-2022-1-4.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.3</version>
<version>2022.1.4</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 = 'e421da27f1787d69463e290d2b07237f6a508cb92ff3c2c184a0e6815cf8f354'
$url = 'https://downloads.tableau.com/tssoftware/TableauServer-64bit-2022-1-3.exe'
$checksum = '36596bf1a847f0e382821f7d7b6a69d5dd8ec963608295d93e7a67114c6108f5'
$url = 'https://downloads.tableau.com/tssoftware/TableauServer-64bit-2022-1-4.exe'

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

0 comments on commit 6402743

Please sign in to comment.