Skip to content

Commit

Permalink
AU: 3 updated - Tableau-Prep-Builder Tableau-Server Tableau-Server-Ta…
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Aug 18, 2023
1 parent f5f7d05 commit a8b0feb
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
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.2.0</version>
<version>2023.2.1</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 = 'c62463d2747819c48dd0cf28eb8d6fd47eccb36f1b404117dc99970482663159'
$url = 'https://downloads.tableau.com/tssoftware/TableauPrep-2023-2-0.exe'
$checksum = 'a838538011e9643047337f7d7836cb77711a256cf939ef23befe677bc87b54a5'
$url = 'https://downloads.tableau.com/tssoftware/TableauPrep-2023-2-1.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.1.4</version>
<version>2023.1.5</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 = 'c9b7378a6868aba70aebd8c7ed38ccb7af276f7869f66fec3bc83fe980a87df4'
$url = 'https://downloads.tableau.com/tssoftware/TableauServerTabcmd-64bit-2023-1-4.exe'
$checksum = '2e677e37e399161141c804553f9424986addbb39c2c4020aca3deb3bbd426102'
$url = 'https://downloads.tableau.com/tssoftware/TableauServerTabcmd-64bit-2023-1-5.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>2023.1.4</version>
<version>2023.1.5</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 = '31d04c23d57a3323ab23b5d0db9c2dbe4b0617cc1563fa5ba0fcaf8407d2647e'
$url = 'https://downloads.tableau.com/tssoftware/TableauServer-64bit-2023-1-4.exe'
$checksum = '17a993d23e7bd15a16f6449dada9266ac1db115c17afe3bf71a0cc3f1978e789'
$url = 'https://downloads.tableau.com/tssoftware/TableauServer-64bit-2023-1-5.exe'

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

0 comments on commit a8b0feb

Please sign in to comment.