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 Feb 24, 2023
1 parent a150815 commit 95134c4
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.4.0</version>
<version>2022.4.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 = '43e2c9cffce8c76f645183efd0f6428f8ed7135fc81267f9882cf7731f81236f'
$url = 'https://downloads.tableau.com/tssoftware/TableauDesktop-64bit-2022-4-0.exe'
$checksum = 'c63ec3ab246fdc19d89067c62f4f0078bbb0e3b7de939a882d2901e7e9554e93'
$url = 'https://downloads.tableau.com/tssoftware/TableauDesktop-64bit-2022-4-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.4.1</version>
<version>2022.4.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 = '881220ee6fab65385acebca544a03dcb92795553cfb31c15bef9627a46f677d9'
$url = 'https://downloads.tableau.com/tssoftware/TableauPrep-2022-4-1.exe'
$checksum = 'd200f6260d6360d54a71f4ee386a56ff6585dabbfd814474b340df0f23479b7e'
$url = 'https://downloads.tableau.com/tssoftware/TableauPrep-2022-4-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.3.3</version>
<version>2022.3.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 = 'e8134d01c708a18ec92910027b709e0914bf3cc69d8d4bf5e7e74d42776fd671'
$url = 'https://downloads.tableau.com/tssoftware/TableauServerTabcmd-64bit-2022-3-3.exe'
$checksum = '3fe99af92019f6a03c17a4468b73e8dcf8e795446eff0eed131cba72d109377d'
$url = 'https://downloads.tableau.com/tssoftware/TableauServerTabcmd-64bit-2022-3-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.3.3</version>
<version>2022.3.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 = 'd04b0d49e18765921030a78a4b15ff25f2767e59efd3e59995ff8d89be4986d6'
$url = 'https://downloads.tableau.com/tssoftware/TableauServer-64bit-2022-3-3.exe'
$checksum = '979fabbd02ecdc9228f22250e2f030b372a488aea0fc08f89df94f8979312046'
$url = 'https://downloads.tableau.com/tssoftware/TableauServer-64bit-2022-3-4.exe'

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

0 comments on commit 95134c4

Please sign in to comment.