Skip to content

Commit

Permalink
AU: 3 updated - Tableau-Desktop Tableau-Prep-Builder Tableau-Server-T…
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jan 31, 2024
1 parent c99fceb commit 1d84e70
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>2023.3.1</version>
<version>2023.3.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 = '7a2c8847e97972869b28612a1b7d590e3c82038a0575f867388a3a9612f0ad1c'
$url = 'https://downloads.tableau.com/tssoftware/TableauDesktop-64bit-2023-3-1.exe'
$checksum = '72e01c196291610e01068dd49ca7219eee85c6642052112bb5a56a37d5ba2b3b'
$url = 'https://downloads.tableau.com/tssoftware/TableauDesktop-64bit-2023-3-2.exe'

$packageArgs = @{
packageName = 'Tableau-Desktop'
Expand Down
2 changes: 1 addition & 1 deletion automatic/Tableau-Prep-Builder/Tableau-Prep-Builder.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-Prep-Builder</id>
<version>2023.3.1</version>
<version>2023.3.2</version>
<packageSourceUrl>https://github.com/meek2100/chocolatey-packages/tree/master/automatic/Tableau-Prep-Builder</packageSourceUrl>
<owners>meek2100</owners>
<title>Tableau Prep Builder</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/Tableau-Prep-Builder/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$ErrorActionPreference = 'Stop'
$checksum = 'a87372e7425d7ddaf2e0eee60943a3cb27d362de3bebcc336cf926a73522ac27'
$url = 'https://downloads.tableau.com/tssoftware/TableauPrep-2023-3-1.exe'
$checksum = 'dc802706c48eef14cfa74d32c3cb4432fe7cc9ef65d4994f4bc1905ae0275c2e'
$url = 'https://downloads.tableau.com/tssoftware/TableauPrep-2023-3-2.exe'

$packageArgs = @{
packageName = 'Tableau-Prep-Builder'
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>2023.3.1</version>
<version>2023.3.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 = '0693c00df58dd229f08108399f963b33370a98e8357387aec0a3599d6bfda937'
$url = 'https://downloads.tableau.com/tssoftware/TableauServerTabcmd-64bit-2023-3-1.exe'
$checksum = '3041380c91b6e9e7653453a31770febca511f567296a0278dae866d2fce79a42'
$url = 'https://downloads.tableau.com/tssoftware/TableauServerTabcmd-64bit-2023-3-2.exe'

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

0 comments on commit 1d84e70

Please sign in to comment.