Skip to content

Commit

Permalink
Update Zulu to the latest 21
Browse files Browse the repository at this point in the history
  • Loading branch information
ajshastri committed Aug 12, 2024
1 parent bb6bac3 commit 41f8977
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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/zulu21.34.19-ca-fx-jdk21.0.3-win_x64.msi'
$url64 = 'https://cdn.azul.com/zulu/bin/zulu21.36.17-ca-fx-jdk21.0.4-win_x64.msi'

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

softwareName = 'Zulu*'
checksum64 = 'aa938976ce2a689a4479f0b0747092dd7736addc419b3489c7d66ff87761ef34'
checksum64 = '1f730a1e3d199ee960b58c68c514f1510c807d8f68ae64c15b732ca43b8bec9e'
checksumType64= 'sha256'

silentArgs = "ADDLOCAL=ZuluInstallation,FeatureEnvironment /qn /norestart"
Expand Down
2 changes: 1 addition & 1 deletion zulu/zulu.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>zulu</id>
<version>21.34.19.0</version>
<version>21.36.17.0</version>
<packageSourceUrl>https://github.com/ajshastri/chocolatey-packages/tree/master/zulu-21</packageSourceUrl>
<owners>Aditya</owners>
<title>Zulu</title>
Expand Down

0 comments on commit 41f8977

Please sign in to comment.