diff --git a/temurin-11-jdk/temurin11.nuspec b/temurin-11-jdk/temurin11.nuspec index 42d6edc..6d1fe87 100644 --- a/temurin-11-jdk/temurin11.nuspec +++ b/temurin-11-jdk/temurin11.nuspec @@ -2,7 +2,7 @@ Temurin11 - 11.0.24.8 + 11.0.25.9 Temurin jdk11 hotspot Adoptium JohanJanssen diff --git a/temurin-11-jdk/tools/chocolateyinstall.ps1 b/temurin-11-jdk/tools/chocolateyinstall.ps1 index b0dd51f..6435be8 100644 --- a/temurin-11-jdk/tools/chocolateyinstall.ps1 +++ b/temurin-11-jdk/tools/chocolateyinstall.ps1 @@ -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 } diff --git a/temurin-11-jre/temurin11jre.nuspec b/temurin-11-jre/temurin11jre.nuspec index c06c202..4e1fa90 100644 --- a/temurin-11-jre/temurin11jre.nuspec +++ b/temurin-11-jre/temurin11jre.nuspec @@ -2,7 +2,7 @@ Temurin11jre - 11.0.24.8 + 11.0.25.9 Temurin jre11 hotspot Adoptium JohanJanssen diff --git a/temurin-11-jre/tools/chocolateyinstall.ps1 b/temurin-11-jre/tools/chocolateyinstall.ps1 index 090ebfa..cb38cc5 100644 --- a/temurin-11-jre/tools/chocolateyinstall.ps1 +++ b/temurin-11-jre/tools/chocolateyinstall.ps1 @@ -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 }