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 Mar 31, 2022
1 parent 793e757 commit 5d6f92a
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>2021.4.4</version>
<version>2022.1.0</version>
<packageSourceUrl>https://github.com/meek2100/chocolatey-packages</packageSourceUrl>
<owners>Darin Theurer</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 = 'b495c3bb3aca0af002720da00569273e2aa458943c7375846f48251355bd2396'
$url = 'https://downloads.tableau.com/tssoftware/TableauServer-64bit-2021-4-4.exe'
$checksum = '43d548509ab506f5dc0732e14fe49116230b24b60796f07d0cb0cce42f5f98b0'
$url = 'https://downloads.tableau.com/tssoftware/TableauServer-64bit-2022-1-0.exe'

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

0 comments on commit 5d6f92a

Please sign in to comment.