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

Commit

Permalink
AU: 2 updated - zulu7 zulu8
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Feb 1, 2019
1 parent 842a780 commit 059732a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions zulu7/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
$packageArgs = @{
packageName = 'zulu7'
fileType = 'msi'
url64bit = 'https://cdn.azul.com/zulu/bin/zulu7.25.0.5-jdk7.0.201-win_x64.msi'
checksum64 = '876eb58499e7a8ccd6bd36df855c6b5efc252eab6ed8dd018896139ca69c5bb9'
url64bit = 'https://cdn.azul.com/zulu/bin/zulu7.27.0.1-ca-jdk7.0.211-win_x64.msi'
checksum64 = 'de6cb5d1f17394732c34fbc3cea4c4bcf83c09dec4ed42ad7750ad09c9565d8d'
checksumType64= 'sha256'
silentArgs = '/qn /norestart'
validExitCodes= @(0)
Expand Down
2 changes: 1 addition & 1 deletion zulu7/zulu7.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>zulu7</id>
<version>7.25.0.5</version>
<version>7.27.0.1</version>
<packageSourceUrl>https://github.com/JamieMagee/chocolatey-packages/tree/master/zulu7</packageSourceUrl>
<title>Zulu 7</title>
<authors>Azul Systems</authors>
Expand Down
4 changes: 2 additions & 2 deletions zulu8/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
$packageArgs = @{
packageName = 'zulu8'
fileType = 'msi'
url64bit = 'https://cdn.azul.com/zulu/bin/zulu8.33.0.1-jdk8.0.192-win_x64.msi'
checksum64 = 'f60b3bfe0a4923aedca8a657ee88cf452fd7da2bac79e49df2fbd67506ef19d7'
url64bit = 'https://cdn.azul.com/zulu/bin/zulu8.36.0.1-ca-jdk8.0.202-win_x64.msi'
checksum64 = 'b6d2a4d84b6ebc582b3f1a2ad12c82462587c09915c35accb3504ae649e97a8f'
checksumType64= 'sha256'
silentArgs = '/qn /norestart'
validExitCodes= @(0)
Expand Down
2 changes: 1 addition & 1 deletion zulu8/zulu8.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>zulu8</id>
<version>8.33.0.1</version>
<version>8.36.0.1</version>
<packageSourceUrl>https://github.com/JamieMagee/chocolatey-packages/tree/master/zulu8</packageSourceUrl>
<title>Zulu 8</title>
<authors>Azul Systems</authors>
Expand Down

0 comments on commit 059732a

Please sign in to comment.