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

Commit

Permalink
AU: 3 updated - zulu zulu11 zulu7
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Aug 6, 2019
1 parent 92d515c commit 2f9b80c
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions zulu/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
$packageArgs = @{
packageName = 'zulu'
fileType = 'msi'
url64bit = 'https://cdn.azul.com/zulu/bin/zulu12.2.3-ca-jdk12.0.1-win_x64.msi'
checksum64 = '0e4219d1fa76501d2a9ddd845e9af60e0452d67d79b98ae06ab610c2942c5da0'
url64bit = 'https://cdn.azul.com/zulu/bin/zulu12.3.11-ca-jdk12.0.2-win_x64.msi'
checksum64 = '6ef1335274ccb4d46d48bbc507ea48da8db68398d0ac25fe522298eee6f49cdf'
checksumType64= 'sha256'
silentArgs = '/qn /norestart INSTALLDIR="C:\Program Files\Zulu\zulu"'
validExitCodes= @(0)
Expand Down
2 changes: 1 addition & 1 deletion zulu/zulu.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>zulu</id>
<version>12.2.3</version>
<version>12.3.11</version>
<packageSourceUrl>https://github.com/JamieMagee/chocolatey-packages/tree/master/zulu</packageSourceUrl>
<title>Zulu</title>
<authors>Azul Systems</authors>
Expand Down
4 changes: 2 additions & 2 deletions zulu11/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
$packageArgs = @{
packageName = 'zulu11'
fileType = 'msi'
url64bit = 'https://cdn.azul.com/zulu/bin/zulu11.31.11-ca-jdk11.0.3-win_x64.msi'
checksum64 = '58f830ed4ae0130fc537afe5a746bd48a667a4c01d48b7926a2a71d2f93486e9'
url64bit = 'https://cdn.azul.com/zulu/bin/zulu11.33.15-ca-jdk11.0.4-win_x64.msi'
checksum64 = '09b70b37b142b756e15ddd2494da832ef065d7f2cf7b05065c2b2fcc69308cef'
checksumType64= 'sha256'
silentArgs = '/qn /norestart'
validExitCodes= @(0)
Expand Down
2 changes: 1 addition & 1 deletion zulu11/zulu11.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>zulu11</id>
<version>11.31.11</version>
<version>11.33.15</version>
<packageSourceUrl>https://github.com/JamieMagee/chocolatey-packages/tree/master/zulu11</packageSourceUrl>
<title>Zulu 11</title>
<authors>Azul Systems</authors>
Expand Down
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.29.0.5-ca-jdk7.0.222-win_x64.msi'
checksum64 = '29f0870115adbbf755f8885377b0c9472b36d5f4da52c318a24dbca03dffa43b'
url64bit = 'https://cdn.azul.com/zulu/bin/zulu7.31.0.5-ca-jdk7.0.232-win_x64.msi'
checksum64 = '8fd93345c207257f25b1aa35a91bde543966d3b408f82e37589f6778f2828142'
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.29.0.5</version>
<version>7.31.0.5</version>
<packageSourceUrl>https://github.com/JamieMagee/chocolatey-packages/tree/master/zulu7</packageSourceUrl>
<title>Zulu 7</title>
<authors>Azul Systems</authors>
Expand Down

0 comments on commit 2f9b80c

Please sign in to comment.