Skip to content

Commit

Permalink
Upgraded zulu to java 21
Browse files Browse the repository at this point in the history
  • Loading branch information
ajshastri committed May 29, 2024
1 parent 6702ee9 commit 623cf2e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions zulu/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.48.15-ca-fx-jdk17.0.10-win_x64.msi'
$url64 = 'https://cdn.azul.com/zulu/bin/zulu21.34.19-ca-fx-jdk21.0.3-win_x64.msi'

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

softwareName = 'Zulu*'
checksum64 = 'b6b97ccace9c6e878394d173f757f1c093e41d9e08b02fd807f35e204643a7d7'
checksum64 = 'aa938976ce2a689a4479f0b0747092dd7736addc419b3489c7d66ff87761ef34'
checksumType64= 'sha256'

silentArgs = "ADDLOCAL=ZuluInstallation,FeatureEnvironment /qn /norestart"
Expand Down
4 changes: 2 additions & 2 deletions zulu/zulu.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>zulu</id>
<version>17.48.15.0</version>
<packageSourceUrl>https://github.com/ajshastri/chocolatey-packages/tree/master/zulu-17</packageSourceUrl>
<version>21.34.19.0</version>
<packageSourceUrl>https://github.com/ajshastri/chocolatey-packages/tree/master/zulu-21</packageSourceUrl>
<owners>Aditya</owners>
<title>Zulu</title>
<authors>Azul Systems</authors>
Expand Down

0 comments on commit 623cf2e

Please sign in to comment.