Skip to content

Commit

Permalink
Temurin version update on Fri Jan 26 20:11:35 UTC 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jan 26, 2024
1 parent 2e60e11 commit e906c2e
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion temurin-21-jdk/temurin21.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>Temurin21</id>
<version>21.0.1.1200</version>
<version>21.0.2</version>
<title>Temurin jdk21 hotspot</title>
<authors>Adoptium</authors>
<owners>JohanJanssen</owners>
Expand Down
4 changes: 2 additions & 2 deletions temurin-21-jdk/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ $parameters = (Get-PackageParameters); $pp = ( Test-PackageParamaters $parameter

$packageArgs = @{
PackageName = 'Temurin21'
Url64bit = 'https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.1%2B12/OpenJDK21U-jdk_x64_windows_hotspot_21.0.1_12.msi'
Checksum64 = '62E12510B0097BD784B14B035013A32C65E7DA334220C3DDFCC90D87440D240C'
Url64bit = 'https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.2%2B13/OpenJDK21U-jdk_x64_windows_hotspot_21.0.2_13.msi'
Checksum64 = 'd0c53b1bfa741b7f6484200faf8452e5a779357c2a29aa6b0dfdedf7173e903f'
ChecksumType64 = 'sha256'
fileType = 'msi'
SilentArgs = $pp
Expand Down
2 changes: 1 addition & 1 deletion temurin-21-jre/temurin21jre.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>Temurin21jre</id>
<version>21.0.1.1200</version>
<version>21.0.2</version>
<title>Temurin jre21 hotspot</title>
<authors>Adoptium</authors>
<owners>JohanJanssen</owners>
Expand Down
4 changes: 2 additions & 2 deletions temurin-21-jre/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ $parameters = (Get-PackageParameters); $pp = ( Test-PackageParamaters $parameter

$packageArgs = @{
PackageName = 'Temurin21jre'
Url64bit = 'https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.1%2B12/OpenJDK21U-jre_x64_windows_hotspot_21.0.1_12.msi'
Checksum64 = '9BB4DB6E70E105E77A2F395AB925D6413CCD2A97D81FE7EAB67CFDC373CFBE9E'
Url64bit = 'https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.2%2B13/OpenJDK21U-jre_x64_windows_hotspot_21.0.2_13.msi'
Checksum64 = '20a07730d415bda3f90ebdd6270fd11f68ba60c082b23218ef79076f3fc8392c'
ChecksumType64 = 'sha256'
fileType = 'msi'
SilentArgs = $pp
Expand Down
2 changes: 1 addition & 1 deletion temurin-jdk/temurin.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>Temurin</id>
<version>21.0.1.1200</version>
<version>21.0.2</version>
<title>Temurin jdk21 hotspot</title>
<authors>Adoptium</authors>
<owners>JohanJanssen</owners>
Expand Down
4 changes: 2 additions & 2 deletions temurin-jdk/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ $parameters = (Get-PackageParameters); $pp = ( Test-PackageParamaters $parameter

$packageArgs = @{
PackageName = 'Temurin'
Url64bit = 'https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.1%2B12/OpenJDK21U-jdk_x64_windows_hotspot_21.0.1_12.msi'
Checksum64 = '62E12510B0097BD784B14B035013A32C65E7DA334220C3DDFCC90D87440D240C'
Url64bit = 'https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.2%2B13/OpenJDK21U-jdk_x64_windows_hotspot_21.0.2_13.msi'
Checksum64 = 'd0c53b1bfa741b7f6484200faf8452e5a779357c2a29aa6b0dfdedf7173e903f'
ChecksumType64 = 'sha256'
fileType = 'msi'
SilentArgs = $pp
Expand Down
2 changes: 1 addition & 1 deletion temurin-jre/temurinjre.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>Temurinjre</id>
<version>21.0.1.1200</version>
<version>21.0.2</version>
<title>Temurin jre21 hotspot</title>
<authors>Adoptium</authors>
<owners>JohanJanssen</owners>
Expand Down
4 changes: 2 additions & 2 deletions temurin-jre/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ $parameters = (Get-PackageParameters); $pp = ( Test-PackageParamaters $parameter

$packageArgs = @{
PackageName = 'Temurinjre'
Url64bit = 'https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.1%2B12/OpenJDK21U-jre_x64_windows_hotspot_21.0.1_12.msi'
Checksum64 = '9BB4DB6E70E105E77A2F395AB925D6413CCD2A97D81FE7EAB67CFDC373CFBE9E'
Url64bit = 'https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.2%2B13/OpenJDK21U-jre_x64_windows_hotspot_21.0.2_13.msi'
Checksum64 = '20a07730d415bda3f90ebdd6270fd11f68ba60c082b23218ef79076f3fc8392c'
ChecksumType64 = 'sha256'
fileType = 'msi'
SilentArgs = $pp
Expand Down

0 comments on commit e906c2e

Please sign in to comment.