Skip to content
This repository has been archived by the owner on Oct 16, 2021. It is now read-only.

Commit

Permalink
AU: 1 updated - zulu6
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Nov 29, 2018
1 parent eb41863 commit afa1c4f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions zulu6/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
$packageArgs = @{
packageName = 'zulu6'
fileType = 'msi'
url64bit = ''
checksum64 = ''
url64bit = 'https://cdn.azul.com/zulu/bin/zulu6.22.0.3-jdk6.0.119-win_x64.msi'
checksum64 = 'fff242ef3e734e2a4a3353f63796b86af24a14098900a659be5377d60bc9ff6b'
checksumType64= 'sha256'
silentArgs = '/qn /norestart'
validExitCodes= @(0)
Expand Down
2 changes: 1 addition & 1 deletion zulu6/zulu6.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>zulu6</id>
<version></version>
<version>6.22.0.3</version>
<packageSourceUrl>https://github.com/JamieMagee/chocolatey/tree/master/zulu6</packageSourceUrl>
<title>Zulu 6</title>
<authors>Azul Systems</authors>
Expand Down

0 comments on commit afa1c4f

Please sign in to comment.