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 Dec 15, 2022
1 parent cface0a commit 8c4f708
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.3.1</version>
<version>2022.4.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 = '190d12d8ada33987a73b8a05062126caf40a47cd2cf37e251c1076179ccb3c5e'
$url = 'https://downloads.tableau.com/tssoftware/TableauDesktop-64bit-2022-3-1.exe'
$checksum = '43e2c9cffce8c76f645183efd0f6428f8ed7135fc81267f9882cf7731f81236f'
$url = 'https://downloads.tableau.com/tssoftware/TableauDesktop-64bit-2022-4-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.3.1</version>
<version>2022.4.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 = '403a5e0573ea6601fe1c86bd3bb38a5338bbe7026f845d2a0f34ded7ed07ecf6'
$url = 'https://downloads.tableau.com/tssoftware/TableauPrep-2022-3-1.exe'
$checksum = '3423d746a772df5a8d26504ff7949f1b34c670b748dead7a9761f439cecddf31'
$url = 'https://downloads.tableau.com/tssoftware/TableauPrep-2022-4-0.exe'

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

0 comments on commit 8c4f708

Please sign in to comment.