Skip to content

Commit

Permalink
AU: 4 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 Aug 31, 2022
1 parent 6402743 commit 5f87877
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 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.2.0</version>
<version>2022.2.1</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 = 'f2d6a93199ffdccd40b7d3211afe06d9d59341eff782d56fbced9891ca53b937'
$url = 'https://downloads.tableau.com/tssoftware/TableauDesktop-64bit-2022-2-0.exe'
$checksum = 'a37cb1fbd412e15cb365585f7a2bb8f636e7f1dab2faf2809492373a4aceed7b'
$url = 'https://downloads.tableau.com/tssoftware/TableauDesktop-64bit-2022-2-1.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>2022.2.1</version>
<version>2022.2.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 = '8c854f98172f99240e4f46451ae8f8568c230380d7836d1fd6d70ba51bb7411a'
$url = 'https://downloads.tableau.com/tssoftware/TableauPrep-2022-2-1.exe'
$checksum = '2f1a2d06f8e3977c8ccdefd41518c017497b65fc5d03eb24a4d25a48140fea2e'
$url = 'https://downloads.tableau.com/tssoftware/TableauPrep-2022-2-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>2022.1.4</version>
<version>2022.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 = '5603767400aebd7f918aac4839df250aacdc32181f403946f17a3eca6313ccdb'
$url = 'https://downloads.tableau.com/tssoftware/TableauServerTabcmd-64bit-2022-1-4.exe'
$checksum = '11d1378dcb57c20bd98a8b691e71160fb167214d59481869d56f9b7f2fb2f732'
$url = 'https://downloads.tableau.com/tssoftware/TableauServerTabcmd-64bit-2022-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>2022.1.4</version>
<version>2022.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 = '36596bf1a847f0e382821f7d7b6a69d5dd8ec963608295d93e7a67114c6108f5'
$url = 'https://downloads.tableau.com/tssoftware/TableauServer-64bit-2022-1-4.exe'
$checksum = '5f17c917601cad5b69d23bd85e7a67fb4cacf948c3f2aa45fb2e384765437f19'
$url = 'https://downloads.tableau.com/tssoftware/TableauServer-64bit-2022-1-5.exe'

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

0 comments on commit 5f87877

Please sign in to comment.