Skip to content

Commit

Permalink
Corretto version update on Wed Oct 16 01:13:33 UTC 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Oct 16, 2024
1 parent c320618 commit c9bac3a
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion corretto-jdk-11/corretto11jdk.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>corretto11jdk</id>
<version>11.0.24.81</version>
<version>11.0.25.91</version>
<packageSourceUrl>https://github.com/ajshastri/chocolatey-packages/tree/master/corretto-jdk-11</packageSourceUrl>
<iconUrl>https://rawcdn.githack.com/ajshastri/chocolatey-packages/a698d21b3c63b9ff7e01f442f37cdb7ecf89925a/icons/aws-corretto.png</iconUrl>
<title>Corretto 11 JDK</title>
Expand Down
4 changes: 2 additions & 2 deletions corretto-jdk-11/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
$ErrorActionPreference = 'Stop'
$packageArgs = @{
PackageName = $env:ChocolateyPackageName
Url64bit = 'https://corretto.aws/downloads/resources/11.0.24.8.1/amazon-corretto-11.0.24.8.1-windows-x64.msi'
Checksum64 = 'a90ae2925072570036613470d81726d7'
Url64bit = 'https://corretto.aws/downloads/resources/11.0.25.9.1/amazon-corretto-11.0.25.9.1-windows-x64.msi'
Checksum64 = 'd9018c0c88d2e4249451807556ba5561'
ChecksumType64 = 'md5'
fileType = 'msi'
silentArgs = "INSTALLLEVEL=3 /quiet"
Expand Down
2 changes: 1 addition & 1 deletion corretto-jdk-17/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ $ErrorActionPreference = 'Stop'
$packageArgs = @{
PackageName = $env:ChocolateyPackageName
Url64bit = 'https://corretto.aws/downloads/resources/17.0.12.7.1/amazon-corretto-17.0.12.7.1-windows-x64.msi'
Checksum64 = '2a3c8bc41d25828f821a6e40085e6bfa'
Checksum64 = 'f868fbaf3b31855ca29f0a9c1b732cca'
ChecksumType64 = 'md5'
fileType = 'msi'
silentArgs = "INSTALLLEVEL=3 /quiet"
Expand Down
2 changes: 1 addition & 1 deletion corretto-jdk-21/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ $ErrorActionPreference = 'Stop'
$packageArgs = @{
PackageName = $env:ChocolateyPackageName
Url64bit = 'https://corretto.aws/downloads/resources/21.0.4.7.1/amazon-corretto-21.0.4.7.1-windows-x64.msi'
Checksum64 = 'ff08993885a97d11ef5d16d0a151bf77'
Checksum64 = 'e7359e0a738e150cdc5feb0487c1e31c'
ChecksumType64 = 'md5'
fileType = 'msi'
silentArgs = "INSTALLLEVEL=3 /quiet"
Expand Down
2 changes: 1 addition & 1 deletion corretto-jdk-8/corretto8jdk.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>corretto8jdk</id>
<version>8.422.05.1</version>
<version>8.432.06.1</version>
<packageSourceUrl>https://github.com/ajshastri/chocolatey-packages/tree/master/corretto-jdk-8</packageSourceUrl>
<iconUrl>https://rawcdn.githack.com/ajshastri/chocolatey-packages/a698d21b3c63b9ff7e01f442f37cdb7ecf89925a/icons/aws-corretto.png</iconUrl>
<title>Corretto 8 JDK</title>
Expand Down
4 changes: 2 additions & 2 deletions corretto-jdk-8/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
$ErrorActionPreference = 'Stop'
$packageArgs = @{
PackageName = $env:ChocolateyPackageName
Url64bit = 'https://corretto.aws/downloads/resources/8.422.05.1/amazon-corretto-8.422.05.1-windows-x64-jdk.msi'
Checksum64 = '0a1bf625d43026349d87eb715fc4a952'
Url64bit = 'https://corretto.aws/downloads/resources/8.432.06.1/amazon-corretto-8.432.06.1-windows-x64-jdk.msi'
Checksum64 = '1ae4f87b20ac4536b51161dc0d472fca'
ChecksumType64 = 'md5'
fileType = 'msi'
silentArgs = "INSTALLLEVEL=3 /quiet"
Expand Down
2 changes: 1 addition & 1 deletion corretto-jdk/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ $ErrorActionPreference = 'Stop'
$packageArgs = @{
PackageName = $env:ChocolateyPackageName
Url64bit = 'https://corretto.aws/downloads/resources/21.0.4.7.1/amazon-corretto-21.0.4.7.1-windows-x64.msi'
Checksum64 = 'ff08993885a97d11ef5d16d0a151bf77'
Checksum64 = 'e7359e0a738e150cdc5feb0487c1e31c'
ChecksumType64 = 'md5'
fileType = 'msi'
silentArgs = "INSTALLLEVEL=3 /quiet"
Expand Down
2 changes: 1 addition & 1 deletion corretto-jre-8/corretto8jre.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>corretto8jre</id>
<version>8.422.05.1</version>
<version>8.432.06.1</version>
<packageSourceUrl>https://github.com/ajshastri/chocolatey-packages/tree/master/corretto-jre-8</packageSourceUrl>
<iconUrl>https://rawcdn.githack.com/ajshastri/chocolatey-packages/a698d21b3c63b9ff7e01f442f37cdb7ecf89925a/icons/aws-corretto.png</iconUrl>
<title>Corretto 8 JRE</title>
Expand Down
4 changes: 2 additions & 2 deletions corretto-jre-8/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
$ErrorActionPreference = 'Stop'
$packageArgs = @{
PackageName = $env:ChocolateyPackageName
Url64bit = 'https://corretto.aws/downloads/resources/8.422.05.1/amazon-corretto-8.422.05.1-windows-x64-jre.msi'
Checksum64 = '37a6411c2e6a11ea27f1481632ebabd7'
Url64bit = 'https://corretto.aws/downloads/resources/8.432.06.1/amazon-corretto-8.432.06.1-windows-x64-jre.msi'
Checksum64 = '50c16f085ab89b70f0c0aa3b7c2034ea'
ChecksumType64 = 'md5'
fileType = 'msi'
silentArgs = "INSTALLLEVEL=3 /quiet"
Expand Down

0 comments on commit c9bac3a

Please sign in to comment.