Skip to content

Commit

Permalink
AU: 1 updated - Tableau-Server
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Feb 16, 2024
1 parent c44d983 commit 78a2dd5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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>2023.3.2</version>
<version>2023.3.3</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 = 'eb2bda6419efd341bc09f3e42b2a5f1e7f9b1c2af9fc0bf6a459b677a14d25f7'
$url = 'https://downloads.tableau.com/tssoftware/TableauServer-64bit-2023-3-2.exe'
$checksum = 'c49e05103620c983641f690468d8525a88b88bbb2c76733b27a09c01a9754c71'
$url = 'https://downloads.tableau.com/tssoftware/TableauServer-64bit-2023-3-3.exe'

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

0 comments on commit 78a2dd5

Please sign in to comment.