From cc0877d3540e580e5c2a87cfc0794676f9270685 Mon Sep 17 00:00:00 2001 From: Chocolatey Date: Sat, 18 Apr 2020 00:08:43 +0000 Subject: [PATCH] AU: 1 updated - zulu [skip ci] --- zulu/tools/chocolateyInstall.ps1 | 4 ++-- zulu/zulu.nuspec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/zulu/tools/chocolateyInstall.ps1 b/zulu/tools/chocolateyInstall.ps1 index 42d5aeb..2d16657 100644 --- a/zulu/tools/chocolateyInstall.ps1 +++ b/zulu/tools/chocolateyInstall.ps1 @@ -3,8 +3,8 @@ $packageArgs = @{ packageName = 'zulu' fileType = 'msi' - url64bit = 'https://cdn.azul.com/zulu/bin/zulu13.29.9-ca-jdk13.0.2-win_x64.msi' - checksum64 = '0d64e1f7145e4640ec5e4e6242f68143b5cda13ddca85e9cd5be87755782db2a' + url64bit = 'https://cdn.azul.com/zulu/bin/zulu13.31.11-ca-jdk13.0.3-win_x64.msi' + checksum64 = 'a54d96844aeb2ca01ac684e6fe740e36bc5322a96a958c013464fc57e54d8f02' checksumType64= 'sha256' silentArgs = '/qn /norestart INSTALLDIR="C:\Program Files\Zulu\zulu"' validExitCodes= @(0) diff --git a/zulu/zulu.nuspec b/zulu/zulu.nuspec index d1f39c6..21cff69 100644 --- a/zulu/zulu.nuspec +++ b/zulu/zulu.nuspec @@ -2,7 +2,7 @@ zulu - 13.29.9 + 13.31.11 https://github.com/JamieMagee/chocolatey-packages/tree/master/zulu Zulu Azul Systems