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 30, 2022
1 parent 960e376 commit 6b6a66f
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>2022.1.3</version>
<version>2022.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 = '1b7b9f88f1d2d0b90cdcc48e22aea717f2765149fceb458da6bb26291c30409b'
$url = 'https://downloads.tableau.com/tssoftware/TableauDesktop-64bit-2022-1-3.exe'
$checksum = 'f2d6a93199ffdccd40b7d3211afe06d9d59341eff782d56fbced9891ca53b937'
$url = 'https://downloads.tableau.com/tssoftware/TableauDesktop-64bit-2022-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>2022.1.3</version>
<version>2022.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 = '8cbeb249d718f256cebefe56eb889f499b2e02659cde595358f4c25c02e3ab69'
$url = 'https://downloads.tableau.com/tssoftware/TableauPrep-2022-1-3.exe'
$checksum = '8c854f98172f99240e4f46451ae8f8568c230380d7836d1fd6d70ba51bb7411a'
$url = 'https://downloads.tableau.com/tssoftware/TableauPrep-2022-2-1.exe'

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

0 comments on commit 6b6a66f

Please sign in to comment.