diff --git a/corretto-jdk-11/tools/chocolateyinstall.ps1 b/corretto-jdk-11/tools/chocolateyinstall.ps1 index 079e165..a05e599 100644 --- a/corretto-jdk-11/tools/chocolateyinstall.ps1 +++ b/corretto-jdk-11/tools/chocolateyinstall.ps1 @@ -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 = '59c529c07d2a79896ab67bd04d1e8fef' + Checksum64 = '1a6d59cbab01a13d6b28c2c0afb0ef96' ChecksumType64 = 'md5' fileType = 'msi' silentArgs = "INSTALLLEVEL=3 /quiet" diff --git a/corretto-jdk-17/tools/chocolateyinstall.ps1 b/corretto-jdk-17/tools/chocolateyinstall.ps1 index ad1fbf8..f51815d 100644 --- a/corretto-jdk-17/tools/chocolateyinstall.ps1 +++ b/corretto-jdk-17/tools/chocolateyinstall.ps1 @@ -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 = '2bc47187eea0e84dae73013b762148d5' + Checksum64 = '7f1a6e49ffc44084fe20c122e273d092' ChecksumType64 = 'md5' fileType = 'msi' silentArgs = "INSTALLLEVEL=3 /quiet" diff --git a/corretto-jdk-21/tools/chocolateyinstall.ps1 b/corretto-jdk-21/tools/chocolateyinstall.ps1 index 90969dc..4b01658 100644 --- a/corretto-jdk-21/tools/chocolateyinstall.ps1 +++ b/corretto-jdk-21/tools/chocolateyinstall.ps1 @@ -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 = '58899be77c0992cce9317389de1cbeb8' + Checksum64 = 'be9032e1c1a294b7855459da410c2a7b' ChecksumType64 = 'md5' fileType = 'msi' silentArgs = "INSTALLLEVEL=3 /quiet" diff --git a/corretto-jdk-8/tools/chocolateyinstall.ps1 b/corretto-jdk-8/tools/chocolateyinstall.ps1 index 6190db7..7841284 100644 --- a/corretto-jdk-8/tools/chocolateyinstall.ps1 +++ b/corretto-jdk-8/tools/chocolateyinstall.ps1 @@ -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 = 'f41faf887847927565ce94c5f0159e87' + Checksum64 = '5832b6ddc0b621fdd4dc90f197fd4c33' ChecksumType64 = 'md5' fileType = 'msi' silentArgs = "INSTALLLEVEL=3 /quiet" diff --git a/corretto-jdk/tools/chocolateyinstall.ps1 b/corretto-jdk/tools/chocolateyinstall.ps1 index 90969dc..4b01658 100644 --- a/corretto-jdk/tools/chocolateyinstall.ps1 +++ b/corretto-jdk/tools/chocolateyinstall.ps1 @@ -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 = '58899be77c0992cce9317389de1cbeb8' + Checksum64 = 'be9032e1c1a294b7855459da410c2a7b' ChecksumType64 = 'md5' fileType = 'msi' silentArgs = "INSTALLLEVEL=3 /quiet" diff --git a/corretto-jre-8/tools/chocolateyinstall.ps1 b/corretto-jre-8/tools/chocolateyinstall.ps1 index 0bcd7dd..55686a2 100644 --- a/corretto-jre-8/tools/chocolateyinstall.ps1 +++ b/corretto-jre-8/tools/chocolateyinstall.ps1 @@ -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 = 'b1b44d0389b328d787f4b2c1714b509d' + Checksum64 = '76b3a2867d7fdca3566e225f993d710b' ChecksumType64 = 'md5' fileType = 'msi' silentArgs = "INSTALLLEVEL=3 /quiet"