Skip to content

Commit

Permalink
Zulu version update on Fri Jul 19 19:06:41 UTC 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jul 19, 2024
1 parent 7806c16 commit 51227e1
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions zulu-11/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$ErrorActionPreference = 'Stop'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

$url64 = 'https://cdn.azul.com/zulu/bin/zulu11.72.19-ca-fx-jdk11.0.23-win_x64.msi'
$url64 = 'https://cdn.azul.com/zulu/bin/zulu11.74.15-ca-fx-jdk11.0.24-win_x64.msi'

$packageArgs = @{
packageName = $env:ChocolateyPackageName
Expand All @@ -11,7 +11,7 @@ $packageArgs = @{
url64bit = $url64

softwareName = 'Zulu 11*'
checksum64 = '655333e3474d61eee4e4330aaa282d9f63286a5fe9315bfab1c917eca8e483f7'
checksum64 = 'b554014a6641f5c4c67c2f829971265c5f22d2ca7ee2b582bfa2344f117d2bc4'
checksumType64= 'sha256'

silentArgs = "ADDLOCAL=ZuluInstallation,FeatureEnvironment /qn /norestart"
Expand Down
2 changes: 1 addition & 1 deletion zulu-11/zulu-11.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>zulu11</id>
<version>11.72.19.0</version>
<version>11.74.15.0</version>
<packageSourceUrl>https://github.com/ajshastri/chocolatey-packages/tree/master/zulu-11</packageSourceUrl>
<owners>Aditya</owners>
<title>Zulu 11</title>
Expand Down
4 changes: 2 additions & 2 deletions zulu-17/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$ErrorActionPreference = 'Stop'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

$url64 = 'https://cdn.azul.com/zulu/bin/zulu17.50.19-ca-fx-jdk17.0.11-win_x64.msi'
$url64 = 'https://cdn.azul.com/zulu/bin/zulu17.52.17-ca-fx-jdk17.0.12-win_x64.msi'

$packageArgs = @{
packageName = $env:ChocolateyPackageName
Expand All @@ -11,7 +11,7 @@ $packageArgs = @{
url64bit = $url64

softwareName = 'Zulu 17*'
checksum64 = 'cfb95573ef0230516f229f2236d9d01a25f9c5122d61d1d60af208f17601276f'
checksum64 = '17d7b52cf1014cb0cbfb25dae03d650538238c5d929221d8cd6a38f664309077'
checksumType64= 'sha256'

silentArgs = "ADDLOCAL=ZuluInstallation,FeatureEnvironment /qn /norestart"
Expand Down
2 changes: 1 addition & 1 deletion zulu-17/zulu-17.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>zulu17</id>
<version>17.50.19.0</version>
<version>17.52.17.0</version>
<packageSourceUrl>https://github.com/ajshastri/chocolatey-packages/tree/master/zulu-17</packageSourceUrl>
<owners>Aditya</owners>
<title>Zulu 17</title>
Expand Down
4 changes: 2 additions & 2 deletions zulu-8/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$ErrorActionPreference = 'Stop'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

$url64 = 'https://cdn.azul.com/zulu/bin/zulu8.78.0.19-ca-fx-jdk8.0.412-win_x64.msi'
$url64 = 'https://cdn.azul.com/zulu/bin/zulu8.80.0.17-ca-fx-jdk8.0.422-win_x64.msi'

$packageArgs = @{
packageName = $env:ChocolateyPackageName
Expand All @@ -11,7 +11,7 @@ $packageArgs = @{
url64bit = $url64

softwareName = 'Zulu 8*'
checksum64 = '542828439d8540085942976da8935f3c079eeae5fb1d80e3c0942271969503de'
checksum64 = '9876802eca20b1a25bf9a5c72305ccb66a43296a5eb0bc1513ddd4f853d9154f'
checksumType64= 'sha256'

silentArgs = "ADDLOCAL=ZuluInstallation,FeatureEnvironment /qn /norestart"
Expand Down
2 changes: 1 addition & 1 deletion zulu-8/zulu-8.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>zulu8</id>
<version>8.78.0.19</version>
<version>8.80.0.17</version>
<packageSourceUrl>https://github.com/ajshastri/chocolatey-packages/tree/master/zulu-8</packageSourceUrl>
<owners>Aditya</owners>
<title>Zulu 8</title>
Expand Down

0 comments on commit 51227e1

Please sign in to comment.