Skip to content

Commit

Permalink
Temurin version update on Thu Oct 17 20:15:47 UTC 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Oct 17, 2024
1 parent affd927 commit b32cca1
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion temurin-11-jdk/temurin11.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Temurin11</id>
<version>11.0.24.8</version>
<version>11.0.25.9</version>
<title>Temurin jdk11 hotspot</title>
<authors>Adoptium</authors>
<owners>JohanJanssen</owners>
Expand Down
8 changes: 4 additions & 4 deletions temurin-11-jdk/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ $parameters = (Get-PackageParameters); $pp = ( Test-PackageParamaters $parameter
$packageArgs = @{
PackageName = 'Temurin11'
fileType = 'msi'
Url = 'https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.23%2B9/OpenJDK11U-jdk_x86-32_windows_hotspot_11.0.23_9.msi'
Url64bit = 'https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.24%2B8/OpenJDK11U-jdk_x64_windows_hotspot_11.0.24_8.msi'
Checksum = 'caf3c6e102b8213784eb4e6fdcb50967fde3e3018e8aa171f97a8854ec4fc49e'
Url = 'https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.24%2B8/OpenJDK11U-jdk_x86-32_windows_hotspot_11.0.24_8.msi'
Url64bit = 'https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.25%2B9/OpenJDK11U-jdk_x64_windows_hotspot_11.0.25_9.msi'
Checksum = '907cbc90eaca71c86a6a0f4cac1fbe650de5f2c7ef754d2a4a4d25934e0e9ed7'
ChecksumType = 'sha256'
Checksum64 = 'c6d15bff637a78d2033cd42c592e47c09fe87e7d028ae7d1fbf591c547848917'
Checksum64 = '497d6959470a72c443bb0cfb1af5d0a11689bab8dbe4c21c29f55f453d81d860'
ChecksumType64 = 'sha256'
SilentArgs = $pp
}
Expand Down
2 changes: 1 addition & 1 deletion temurin-11-jre/temurin11jre.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Temurin11jre</id>
<version>11.0.24.8</version>
<version>11.0.25.9</version>
<title>Temurin jre11 hotspot</title>
<authors>Adoptium</authors>
<owners>JohanJanssen</owners>
Expand Down
8 changes: 4 additions & 4 deletions temurin-11-jre/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ $parameters = (Get-PackageParameters); $pp = ( Test-PackageParamaters $parameter
$packageArgs = @{
PackageName = 'Temurin11jre'
fileType = 'msi'
Url = 'https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.23%2B9/OpenJDK11U-jre_x86-32_windows_hotspot_11.0.23_9.msi'
Url64bit = 'https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.24%2B8/OpenJDK11U-jre_x64_windows_hotspot_11.0.24_8.msi'
Checksum = 'aa256af4cf491950d126374182322b617156719a7627f5b46f411ab90bf01377'
Url = 'https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.24%2B8/OpenJDK11U-jre_x86-32_windows_hotspot_11.0.24_8.msi'
Url64bit = 'https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.25%2B9/OpenJDK11U-jre_x64_windows_hotspot_11.0.25_9.msi'
Checksum = '9cb9662e9aeea3efcfdc46e9a89948c64c6e397db3b571e735f5f992200a7d61'
ChecksumType = 'sha256'
Checksum64 = 'da8e0016ee777b9eb4536991ba5e1ca38be049db13239c2f3924f759730fe329'
Checksum64 = '577f448ffe2737633bdc2a02e5c53ecccaf3317274b7013b6eb25e9de1934a79'
ChecksumType64 = 'sha256'
SilentArgs = $pp
}
Expand Down

0 comments on commit b32cca1

Please sign in to comment.