Skip to content

Commit

Permalink
Corretto version update on Wed Jan 17 19:08:07 UTC 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jan 17, 2024
1 parent 5bad117 commit f1adde4
Show file tree
Hide file tree
Showing 12 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.21</version>
<version>11.0.22.7.1</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
2 changes: 1 addition & 1 deletion corretto-jdk-11/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$packageArgs = @{
PackageName = $env:ChocolateyPackageName
Url64bit = 'https://corretto.aws/downloads/resources/11.0.21.9.1/amazon-corretto-11.0.21.9.1-windows-x64.msi'
Checksum64 = '1a6d59cbab01a13d6b28c2c0afb0ef96'
Checksum64 = '59c529c07d2a79896ab67bd04d1e8fef'
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.9</version>
<version>17.0.10.7.1</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
2 changes: 1 addition & 1 deletion corretto-jdk-17/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$packageArgs = @{
PackageName = $env:ChocolateyPackageName
Url64bit = 'https://corretto.aws/downloads/resources/17.0.9.8.1/amazon-corretto-17.0.9.8.1-windows-x64.msi'
Checksum64 = '7f1a6e49ffc44084fe20c122e273d092'
Checksum64 = '2bc47187eea0e84dae73013b762148d5'
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.1</version>
<version>21.0.2.13.1</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
2 changes: 1 addition & 1 deletion corretto-jdk-21/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$packageArgs = @{
PackageName = $env:ChocolateyPackageName
Url64bit = 'https://corretto.aws/downloads/resources/21.0.1.12.1/amazon-corretto-21.0.1.12.1-windows-x64.msi'
Checksum64 = 'be9032e1c1a294b7855459da410c2a7b'
Checksum64 = '58899be77c0992cce9317389de1cbeb8'
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.392</version>
<version>8.402.07.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
2 changes: 1 addition & 1 deletion corretto-jdk-8/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$packageArgs = @{
PackageName = $env:ChocolateyPackageName
Url64bit = 'https://corretto.aws/downloads/resources/8.392.08.1/amazon-corretto-8.392.08.1-windows-x64-jdk.msi'
Checksum64 = '5832b6ddc0b621fdd4dc90f197fd4c33'
Checksum64 = 'f41faf887847927565ce94c5f0159e87'
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.1</version>
<version>21.0.2.13.1</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 @@
$packageArgs = @{
PackageName = $env:ChocolateyPackageName
Url64bit = 'https://corretto.aws/downloads/resources/21.0.1.12.1/amazon-corretto-21.0.1.12.1-windows-x64.msi'
Checksum64 = 'be9032e1c1a294b7855459da410c2a7b'
Checksum64 = '58899be77c0992cce9317389de1cbeb8'
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.392</version>
<version>8.402.07.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
2 changes: 1 addition & 1 deletion corretto-jre-8/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$packageArgs = @{
PackageName = $env:ChocolateyPackageName
Url64bit = 'https://corretto.aws/downloads/resources/8.392.08.1/amazon-corretto-8.392.08.1-windows-x64-jre.msi'
Checksum64 = '76b3a2867d7fdca3566e225f993d710b'
Checksum64 = 'b1b44d0389b328d787f4b2c1714b509d'
ChecksumType64 = 'md5'
fileType = 'msi'
silentArgs = "INSTALLLEVEL=3 /quiet"
Expand Down

0 comments on commit f1adde4

Please sign in to comment.