Skip to content

Commit

Permalink
Corretto version update on Tue Apr 16 20:12:35 UTC 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Apr 16, 2024
1 parent eb3304f commit f87a711
Show file tree
Hide file tree
Showing 12 changed files with 17 additions and 17 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.22.71</version>
<version>11.0.23.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.22.7.1/amazon-corretto-11.0.22.7.1-windows-x64.msi'
Checksum64 = '59c529c07d2a79896ab67bd04d1e8fef'
Url64bit = 'https://corretto.aws/downloads/resources/11.0.23.9.1/amazon-corretto-11.0.23.9.1-windows-x64.msi'
Checksum64 = '15d84d5b12b93035501d3b70c2edf553'
ChecksumType64 = 'md5'
fileType = 'msi'
silentArgs = "INSTALLLEVEL=3 /quiet"
Expand Down
2 changes: 1 addition & 1 deletion corretto-jdk-17/corretto17jdk.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>corretto17jdk</id>
<version>17.0.10.71</version>
<version>17.0.11.91</version>
<packageSourceUrl>https://github.com/ajshastri/chocolatey-packages/tree/master/corretto-jdk-17</packageSourceUrl>
<iconUrl>https://rawcdn.githack.com/ajshastri/chocolatey-packages/a698d21b3c63b9ff7e01f442f37cdb7ecf89925a/icons/aws-corretto.png</iconUrl>
<title>Corretto 17 JDK</title>
Expand Down
4 changes: 2 additions & 2 deletions corretto-jdk-17/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/17.0.10.7.1/amazon-corretto-17.0.10.7.1-windows-x64.msi'
Checksum64 = '2bc47187eea0e84dae73013b762148d5'
Url64bit = 'https://corretto.aws/downloads/resources/17.0.11.9.1/amazon-corretto-17.0.11.9.1-windows-x64.msi'
Checksum64 = 'd5909f846a081b635e53eba84d289017'
ChecksumType64 = 'md5'
fileType = 'msi'
silentArgs = "INSTALLLEVEL=3 /quiet"
Expand Down
2 changes: 1 addition & 1 deletion corretto-jdk-21/corretto21jdk.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>corretto21jdk</id>
<version>21.0.2.131</version>
<version>21.0.2.141</version>
<packageSourceUrl>https://github.com/ajshastri/chocolatey-packages/tree/master/corretto-jdk-21</packageSourceUrl>
<iconUrl>https://rawcdn.githack.com/ajshastri/chocolatey-packages/a698d21b3c63b9ff7e01f442f37cdb7ecf89925a/icons/aws-corretto.png</iconUrl>
<title>Corretto JDK</title>
Expand Down
4 changes: 2 additions & 2 deletions corretto-jdk-21/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/21.0.2.13.1/amazon-corretto-21.0.2.13.1-windows-x64.msi'
Checksum64 = '58899be77c0992cce9317389de1cbeb8'
Url64bit = 'https://corretto.aws/downloads/resources/21.0.2.14.1/amazon-corretto-21.0.2.14.1-windows-x64.msi'
Checksum64 = 'b6c850fb368107f4f662b46cb0f1fdea'
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.402.08.1</version>
<version>8.412.08.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.402.08.1/amazon-corretto-8.402.08.1-windows-x64-jdk.msi'
Checksum64 = '490227fc995a0f6af6dcdda6bff2c8aa'
Url64bit = 'https://corretto.aws/downloads/resources/8.412.08.1/amazon-corretto-8.412.08.1-windows-x64-jdk.msi'
Checksum64 = '5858ad19a4c36b30ded79f2833e940c0'
ChecksumType64 = 'md5'
fileType = 'msi'
silentArgs = "INSTALLLEVEL=3 /quiet"
Expand Down
2 changes: 1 addition & 1 deletion corretto-jdk/correttojdk.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>correttojdk</id>
<version>21.0.2.131</version>
<version>21.0.2.141</version>
<packageSourceUrl>https://github.com/ajshastri/chocolatey-packages/tree/master/corretto-jdk</packageSourceUrl>
<iconUrl>https://rawcdn.githack.com/ajshastri/chocolatey-packages/a698d21b3c63b9ff7e01f442f37cdb7ecf89925a/icons/aws-corretto.png</iconUrl>
<title>Corretto JDK</title>
Expand Down
2 changes: 1 addition & 1 deletion corretto-jdk/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$ErrorActionPreference = 'Stop'
$packageArgs = @{
PackageName = $env:ChocolateyPackageName
Url64bit = 'https://corretto.aws/downloads/resources/21.0.2.13.1/amazon-corretto-21.0.2.13.1-windows-x64.msi'
Url64bit = 'https://corretto.aws/downloads/resources/21.0.2.14.1/amazon-corretto-21.0.2.14.1-windows-x64.msi'
Checksum64 = '58899be77c0992cce93172389de1cbeb8'
ChecksumType64 = 'md5'
fileType = 'msi'
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.402.08.1</version>
<version>8.412.08.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.402.08.1/amazon-corretto-8.402.08.1-windows-x64-jre.msi'
Checksum64 = '2ae97e38ae5b96ba65ae303cf91f36e0'
Url64bit = 'https://corretto.aws/downloads/resources/8.412.08.1/amazon-corretto-8.412.08.1-windows-x64-jre.msi'
Checksum64 = '5ca1567e32da1d768f5e70030e492d1d'
ChecksumType64 = 'md5'
fileType = 'msi'
silentArgs = "INSTALLLEVEL=3 /quiet"
Expand Down

0 comments on commit f87a711

Please sign in to comment.