Skip to content

Commit

Permalink
Temurin version update on Sun Jan 28 00:54:20 UTC 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jan 28, 2024
1 parent 65ca790 commit c15d8b7
Show file tree
Hide file tree
Showing 12 changed files with 30 additions and 30 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.21.900</version>
<version>11.0.22</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.21%2B9/OpenJDK11U-jdk_x86-32_windows_hotspot_11.0.21_9.msi'
Url64bit = 'https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.21%2B9/OpenJDK11U-jdk_x64_windows_hotspot_11.0.21_9.msi'
Checksum = '57111DF6BFB24D0F9977A3940AAE41940CC42C6A6F43AA98D03C73F568BED30A'
Url = 'https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.22%2B7/OpenJDK11U-jdk_x86-32_windows_hotspot_11.0.22_7.msi'
Url64bit = 'https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.22%2B7/OpenJDK11U-jdk_x64_windows_hotspot_11.0.22_7.msi'
Checksum = 'd881a1c8fed4483133496fdd64e4531e5e913ef7e8d67eb3a468a333150ead6e'
ChecksumType = 'sha256'
Checksum64 = 'CCAA09811F488CF95340E2702E8D9176058A52E89808AE6E1A1D20DE39E5CE34'
Checksum64 = 'a628fdaf29923f4cc2dfd3445369a4c1ce9c205bdf219a8ac33f809d489ffb6f'
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.21.900</version>
<version>11.0.22</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.21%2B9/OpenJDK11U-jre_x86-32_windows_hotspot_11.0.21_9.msi'
Url64bit = 'https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.21%2B9/OpenJDK11U-jre_x64_windows_hotspot_11.0.21_9.msi'
Checksum = 'B9D2E1156EED11127C4B583EDDC8B9C36F28A2EE1EB676FDBF4B931F89DCC86B'
Url = 'https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.22%2B7/OpenJDK11U-jre_x86-32_windows_hotspot_11.0.22_7.msi'
Url64bit = 'https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.22%2B7/OpenJDK11U-jre_x64_windows_hotspot_11.0.22_7.msi'
Checksum = 'e84e3c7174c77ce0aed0187a5dcaf3233632b281299c5d8e3eaa6820bb88a3a9'
ChecksumType = 'sha256'
Checksum64 = '9B0EA6EBE77E70C7AC229074028D64399D72A7FDA499AAD114EF0BA4C375B1A8'
Checksum64 = '60da81a6d02de6f253dc5ceca70822c5aabee445621abfdef6cc76cfd1db3dd9'
ChecksumType64 = 'sha256'
SilentArgs = $pp
}
Expand Down
2 changes: 1 addition & 1 deletion temurin-17-jdk/temurin17.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>Temurin17</id>
<version>17.0.9.900</version>
<version>17.0.10</version>
<title>Temurin jdk17 hotspot</title>
<authors>Adoptium</authors>
<owners>JohanJanssen</owners>
Expand Down
8 changes: 4 additions & 4 deletions temurin-17-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 = 'Temurin17'
fileType = 'msi'
Url = 'https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.9%2B9.1/OpenJDK17U-jdk_x86-32_windows_hotspot_17.0.9_9.msi'
Url64bit = 'https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.9%2B9.1/OpenJDK17U-jdk_x64_windows_hotspot_17.0.9_9.msi'
Checksum = 'C23979CA982CC301A62143DD0CA75CEFA75C33D029295A6DD21B75B01DF2BA4E'
Url = 'https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.10%2B7/OpenJDK17U-jdk_x86-32_windows_hotspot_17.0.10_7.msi'
Url64bit = 'https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.10%2B7/OpenJDK17U-jdk_x64_windows_hotspot_17.0.10_7.msi'
Checksum = 'f30b0dcd1b0f95e6ccca712fe1cbe0f8ba577ae5ccef28b08a1c77c7209fdc7c'
ChecksumType = 'sha256'
Checksum64 = 'CD7B319F6FBD7EFC68A0E464C55C7F2A28D6B8BE3D0BCDA315A16F885C57CADB'
Checksum64 = 'd45b610b1800e35fd667d144277272e3323c7fafa21c0312649fc60a86913a3d'
ChecksumType64 = 'sha256'
SilentArgs = $pp
}
Expand Down
2 changes: 1 addition & 1 deletion temurin-17-jre/temurin17jre.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>Temurin17jre</id>
<version>17.0.9.900</version>
<version>17.0.10</version>
<title>Temurin jre17 hotspot</title>
<authors>Adoptium</authors>
<owners>JohanJanssen</owners>
Expand Down
8 changes: 4 additions & 4 deletions temurin-17-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 = 'Temurin17jre'
fileType = 'msi'
Url = 'https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.9%2B9.1/OpenJDK17U-jre_x86-32_windows_hotspot_17.0.9_9.msi'
Url64bit = 'https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.9%2B9.1/OpenJDK17U-jre_x64_windows_hotspot_17.0.9_9.msi'
Checksum = '69E0EDCFF69D3629083B54054F93A3C36422FDA695E6843A9A9B69CC94FFBB04'
Url = 'https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.10%2B7/OpenJDK17U-jre_x86-32_windows_hotspot_17.0.10_7.msi'
Url64bit = 'https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.10%2B7/OpenJDK17U-jre_x64_windows_hotspot_17.0.10_7.msi'
Checksum = '5f31f5a208e0a426ea92764f458081defd03c4bb17b0a811f0e74efb08fcb636'
ChecksumType = 'sha256'
Checksum64 = '06A11211B09054B3A57C51C1D90FC0A183DB32EE03EA0002740A0EF89D1B3CD4'
Checksum64 = 'c22a2f34d291e19c6f6120c8f15dac5a34659a37991299b6d15ed6009322e6f2'
ChecksumType64 = 'sha256'
SilentArgs = $pp
}
Expand Down
2 changes: 1 addition & 1 deletion temurin-8-jdk/temurin8.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>Temurin8</id>
<version>8.392.8</version>
<version>8.402.6</version>
<title>Temurin jdk8 hotspot</title>
<authors>Adoptium</authors>
<owners>JohanJanssen</owners>
Expand Down
8 changes: 4 additions & 4 deletions temurin-8-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 = 'Temurin8'
fileType = 'msi'
Url = 'https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u392-b08/OpenJDK8U-jdk_x86-32_windows_hotspot_8u392b08.msi'
Url64bit = 'https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u392-b08/OpenJDK8U-jdk_x64_windows_hotspot_8u392b08.msi'
Checksum = 'A6CFD8F97B5AABF0F0FB7FC33D1C6F417E41BB5E575B168AFB269B1BA0AE9DF3'
Url = 'https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u402-b06/OpenJDK8U-jdk_x86-32_windows_hotspot_8u402b06.msi'
Url64bit = 'https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u402-b06/OpenJDK8U-jdk_x64_windows_hotspot_8u402b06.msi'
Checksum = '90f4d05a777d982d666f6321480cef1f72ba50298bc8872535e9e622dec8ba84'
ChecksumType = 'sha256'
Checksum64 = '223D252802B9087E85886F08FAEBF9FA676285565895E74EC2F9BDE4B1F39F03'
Checksum64 = 'ddfbd420322c634e8524720846f6b1eb02435cc77875e2d3af1ac3398784c797'
ChecksumType64 = 'sha256'
SilentArgs = $pp
}
Expand Down
2 changes: 1 addition & 1 deletion temurin-8-jre/temurin8jre.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>Temurin8jre</id>
<version>8.392.8</version>
<version>8.402.6</version>
<title>Temurin jre8 hotspot</title>
<authors>Adoptium</authors>
<owners>JohanJanssen</owners>
Expand Down
8 changes: 4 additions & 4 deletions temurin-8-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 = 'Temurin8jre'
fileType = 'msi'
Url = 'https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u392-b08/OpenJDK8U-jre_x86-32_windows_hotspot_8u392b08.msi'
Url64bit = 'https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u392-b08/OpenJDK8U-jre_x64_windows_hotspot_8u392b08.msi'
Checksum = 'E8049D25C1EAA1C01FBB26D36410C32D83DD456CCE3C7AD4C6523E0C61C79138'
Url = 'https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u402-b06/OpenJDK8U-jre_x86-32_windows_hotspot_8u402b06.msi'
Url64bit = 'https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u402-b06/OpenJDK8U-jre_x64_windows_hotspot_8u402b06.msi'
Checksum = 'bb0cb0f7d86a5b7220fceb28af5edc63e510904919e2a1e476ea24fe6ed461db'
ChecksumType = 'sha256'
Checksum64 = '7DD4DCC7FEAC3D7632C1D2336BF65E914B3AA62A0BD9D87A682CE294E964DE65'
Checksum64 = '62bbfefc1e5f587b79974d679e7b91de7eae67b8d6a5895f82269a84dab85cae'
ChecksumType64 = 'sha256'
SilentArgs = $pp
}
Expand Down

0 comments on commit c15d8b7

Please sign in to comment.