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 - zulu11 zulu7 zulu8
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
Chocolatey committed Jul 26, 2020
1 parent 9224a70 commit 980b799
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
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.39.15-ca-jdk11.0.7-win_x64.msi'
checksum64 = 'b1a12349ead4c8e43def54988ae6ff601ce55995f7765d011f1cd751b27639cd'
url64bit = 'https://cdn.azul.com/zulu/bin/zulu11.41.23-ca-jdk11.0.8-win_x64.msi'
checksum64 = 'f1c0f0c8dd4621cce9cc753fc7ae2450db49b327fcac15297dd869f7e9f77800'
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.39.15</version>
<version>11.41.23</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.38.0.11-ca-jdk7.0.262-win_x64.msi'
checksum64 = '203bc3782b1bf8bef24bd7ede94a663ab4e5d22d6f3e156740f6b414421c6c8b'
url64bit = 'https://cdn.azul.com/zulu/bin/zulu7.40.0.15-ca-jdk7.0.272-win_x64.msi'
checksum64 = '3e531da75a7f86e5a808b3fc0de1a3f2ea1bdd6ae033ab8c1f6b3c1c41e3058e'
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.38.0.11</version>
<version>7.40.0.15</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.46.0.19-ca-jdk8.0.252-win_x64.msi'
checksum64 = '69b167344259d560cb8fc39c5d121f65e9de355451c57131f9ec5240b543fb2f'
url64bit = 'https://cdn.azul.com/zulu/bin/zulu8.48.0.51-ca-jdk8.0.262-win_x64.msi'
checksum64 = 'b472194fd6dcef99fb29f38c7aa5803f69778bb4f889bdd75abd820c7624930e'
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.46.0.19</version>
<version>8.48.0.51</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 980b799

Please sign in to comment.