Skip to content

Commit

Permalink
AU: 2 updated - Tableau-Desktop Tableau-Prep-Builder
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jun 16, 2023
1 parent 07314bc commit 1deb3dc
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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.1.2</version>
<version>2023.2.0</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 = 'b2473676b6b591cf322d41f1a5114473f3b0421da837d1cae83c4f5be2b1b191'
$url = 'https://downloads.tableau.com/tssoftware/TableauDesktop-64bit-2023-1-2.exe'
$checksum = 'bfa5b68b910e4e818964ceecc5ece40687986a0416eb167b60b0a324b7950fd4'
$url = 'https://downloads.tableau.com/tssoftware/TableauDesktop-64bit-2023-2-0.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.1.2</version>
<version>2023.2.0</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 = 'c1517b01c58beda9f4810bf5c19fc7b6f2004660c36c7dcd54b160fcb67e6692'
$url = 'https://downloads.tableau.com/tssoftware/TableauPrep-2023-1-2.exe'
$checksum = 'c62463d2747819c48dd0cf28eb8d6fd47eccb36f1b404117dc99970482663159'
$url = 'https://downloads.tableau.com/tssoftware/TableauPrep-2023-2-0.exe'

$packageArgs = @{
packageName = 'Tableau-Prep-Builder'
Expand Down

0 comments on commit 1deb3dc

Please sign in to comment.