-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Temurin version update on Sat Jan 20 20:11:51 CUT 2024
- Loading branch information
github-actions
committed
Jan 20, 2024
1 parent
91147a5
commit c80a7c2
Showing
4 changed files
with
68 additions
and
68 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
$ErrorActionPreference = 'Stop' | ||
if(!$PSScriptRoot){ $PSScriptRoot = Split-Path $MyInvocation.MyCommand.Path -Parent } | ||
. "$PSScriptRoot\helper.ps1" | ||
|
||
# Get Package Parameters | ||
$parameters = (Get-PackageParameters); $pp = ( Test-PackageParamaters $parameters ).ToString() -replace('""|="True"','') -replace(";", ' ') -replace("==", '=') | ||
|
||
$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' | ||
ChecksumType64 = 'sha256' | ||
fileType = 'msi' | ||
SilentArgs = $pp | ||
} | ||
|
||
Install-ChocolateyPackage @packageArgs | ||
$ErrorActionPreference = 'Stop' | ||
if(!$PSScriptRoot){ $PSScriptRoot = Split-Path $MyInvocation.MyCommand.Path -Parent } | ||
. "$PSScriptRoot\helper.ps1" | ||
|
||
# Get Package Parameters | ||
$parameters = (Get-PackageParameters); $pp = ( Test-PackageParamaters $parameters ).ToString() -replace('""|="True"','') -replace(";", ' ') -replace("==", '=') | ||
|
||
$packageArgs = @{ | ||
PackageName = 'Temurin21' | ||
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 | ||
} | ||
|
||
Install-ChocolateyPackage @packageArgs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
$ErrorActionPreference = 'Stop' | ||
if(!$PSScriptRoot){ $PSScriptRoot = Split-Path $MyInvocation.MyCommand.Path -Parent } | ||
. "$PSScriptRoot\helper.ps1" | ||
|
||
# Get Package Parameters | ||
$parameters = (Get-PackageParameters); $pp = ( Test-PackageParamaters $parameters ).ToString() -replace('""|="True"','') -replace(";", ' ') -replace("==", '=') | ||
|
||
$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' | ||
ChecksumType64 = 'sha256' | ||
fileType = 'msi' | ||
SilentArgs = $pp | ||
} | ||
|
||
Install-ChocolateyPackage @packageArgs | ||
$ErrorActionPreference = 'Stop' | ||
if(!$PSScriptRoot){ $PSScriptRoot = Split-Path $MyInvocation.MyCommand.Path -Parent } | ||
. "$PSScriptRoot\helper.ps1" | ||
|
||
# Get Package Parameters | ||
$parameters = (Get-PackageParameters); $pp = ( Test-PackageParamaters $parameters ).ToString() -replace('""|="True"','') -replace(";", ' ') -replace("==", '=') | ||
|
||
$packageArgs = @{ | ||
PackageName = 'Temurin21jre' | ||
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 | ||
} | ||
|
||
Install-ChocolateyPackage @packageArgs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
$ErrorActionPreference = 'Stop' | ||
if(!$PSScriptRoot){ $PSScriptRoot = Split-Path $MyInvocation.MyCommand.Path -Parent } | ||
. "$PSScriptRoot\helper.ps1" | ||
|
||
# Get Package Parameters | ||
$parameters = (Get-PackageParameters); $pp = ( Test-PackageParamaters $parameters ).ToString() -replace('""|="True"','') -replace(";", ' ') -replace("==", '=') | ||
|
||
$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' | ||
ChecksumType64 = 'sha256' | ||
fileType = 'msi' | ||
SilentArgs = $pp | ||
} | ||
|
||
Install-ChocolateyPackage @packageArgs | ||
$ErrorActionPreference = 'Stop' | ||
if(!$PSScriptRoot){ $PSScriptRoot = Split-Path $MyInvocation.MyCommand.Path -Parent } | ||
. "$PSScriptRoot\helper.ps1" | ||
|
||
# Get Package Parameters | ||
$parameters = (Get-PackageParameters); $pp = ( Test-PackageParamaters $parameters ).ToString() -replace('""|="True"','') -replace(";", ' ') -replace("==", '=') | ||
|
||
$packageArgs = @{ | ||
PackageName = 'Temurin' | ||
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 | ||
} | ||
|
||
Install-ChocolateyPackage @packageArgs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
$ErrorActionPreference = 'Stop' | ||
if(!$PSScriptRoot){ $PSScriptRoot = Split-Path $MyInvocation.MyCommand.Path -Parent } | ||
. "$PSScriptRoot\helper.ps1" | ||
|
||
# Get Package Parameters | ||
$parameters = (Get-PackageParameters); $pp = ( Test-PackageParamaters $parameters ).ToString() -replace('""|="True"','') -replace(";", ' ') -replace("==", '=') | ||
|
||
$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' | ||
ChecksumType64 = 'sha256' | ||
fileType = 'msi' | ||
SilentArgs = $pp | ||
} | ||
|
||
Install-ChocolateyPackage @packageArgs | ||
$ErrorActionPreference = 'Stop' | ||
if(!$PSScriptRoot){ $PSScriptRoot = Split-Path $MyInvocation.MyCommand.Path -Parent } | ||
. "$PSScriptRoot\helper.ps1" | ||
|
||
# Get Package Parameters | ||
$parameters = (Get-PackageParameters); $pp = ( Test-PackageParamaters $parameters ).ToString() -replace('""|="True"','') -replace(";", ' ') -replace("==", '=') | ||
|
||
$packageArgs = @{ | ||
PackageName = 'Temurinjre' | ||
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 | ||
} | ||
|
||
Install-ChocolateyPackage @packageArgs |