Skip to content

Commit

Permalink
Update microsoft-openjdk17 to v17.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
vairag22 committed Aug 3, 2023
1 parent 0ee0dd1 commit d5b7fca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Microsoft-OpenJDK17/microsoft-openjdk17.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-openjdk17</id>
<version>17.0.6</version>
<version>17.0.8</version>
<packageSourceUrl>https://github.com/johanjanssen/ChocolateyPackages/tree/master/Microsoft-OpenJDK17</packageSourceUrl>
<title>Microsoft build of OpenJDK 17</title>
<authors>Microsoft</authors>
Expand Down
4 changes: 2 additions & 2 deletions Microsoft-OpenJDK17/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-17.0.6-windows-x64.msi'
Checksum64 = 'ad3c2ea8b991bcb99eedff9d09962ae8d2fe8215955b5ce3f268c42cd492bcc8'
Url64bit = 'https://aka.ms/download-jdk/microsoft-jdk-17.0.8-windows-x64.msi'
Checksum64 = 'f029e88cdadce4e32bf8e45c2ae31d6015996f10bd836eb255bae86d8246d332'
ChecksumType64 = 'sha256'
fileType = 'msi'
silentArgs = "INSTALLLEVEL=3 /quiet"
Expand Down

0 comments on commit d5b7fca

Please sign in to comment.