Skip to content

Commit

Permalink
Update microsoft-openjdk11 to v11.0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
vairag22 committed Aug 3, 2023
1 parent 2703a8d commit 0ee0dd1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Microsoft-OpenJDK11/microsoft-openjdk11.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>microsoft-openjdk11</id>
<version>11.0.18</version>
<version>11.0.20</version>
<packageSourceUrl>https://github.com/johanjanssen/ChocolateyPackages/tree/master/Microsoft-OpenJDK11</packageSourceUrl>
<title>Microsoft build of OpenJDK 11</title>
<authors>Microsoft</authors>
Expand Down
4 changes: 2 additions & 2 deletions Microsoft-OpenJDK11/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$packageArgs = @{
PackageName = $env:ChocolateyPackageName
Url64bit = 'https://aka.ms/download-jdk/microsoft-jdk-11.0.18-windows-x64.msi'
Checksum64 = 'fa0ef7750af784f947f29c41659532d174c11210f05e3e36d1c422993ba8709e'
Url64bit = 'https://aka.ms/download-jdk/microsoft-jdk-11.0.20-windows-x64.msi'
Checksum64 = 'f0a0e4d5255e7844faa0ae508e7410c0d6bc1d9c0b596f62ff1224e81af341f2'
ChecksumType64 = 'sha256'
fileType = 'msi'
silentArgs = "INSTALLLEVEL=3 /quiet"
Expand Down

0 comments on commit 0ee0dd1

Please sign in to comment.