From 3fdaddb7269758b6639bf2174c949b9c45b635f3 Mon Sep 17 00:00:00 2001 From: Aditya Shastri Date: Wed, 17 Jan 2024 11:48:44 -0800 Subject: [PATCH] Attept to trigger corretto choco push --- corretto-jdk-11/tools/chocolateyinstall.ps1 | 2 +- corretto-jdk-17/tools/chocolateyinstall.ps1 | 2 +- corretto-jdk-21/tools/chocolateyinstall.ps1 | 2 +- corretto-jdk/tools/chocolateyinstall.ps1 | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/corretto-jdk-11/tools/chocolateyinstall.ps1 b/corretto-jdk-11/tools/chocolateyinstall.ps1 index b6ed6a9..64bb013 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.22.7.1/amazon-corretto-11.0.22.7.1-windows-x64-jdk.msi' - Checksum64 = '59c529c07d2a79896ab67bd04d1e8fef' + Checksum64 = '59c529c07d2a79896ab627bd04d1e8fef' 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 2463cfe..4ecbabe 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.10.7.1/amazon-corretto-17.0.10.7.1-windows-x64-jdk.msi' - Checksum64 = '2bc47187eea0e84dae73013b762148d5' + Checksum64 = '2bc47187eea0e84dae732013b762148d5' 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 5658191..900c2e5 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.2.13.1/amazon-corretto-21.0.2.13.1-windows-x64-jdk.msi' - Checksum64 = '58899be77c0992cce9317389de1cbeb8' + Checksum64 = '58899be77c0992cce29317389de1cbeb8' ChecksumType64 = 'md5' fileType = 'msi' silentArgs = "INSTALLLEVEL=3 /quiet" diff --git a/corretto-jdk/tools/chocolateyinstall.ps1 b/corretto-jdk/tools/chocolateyinstall.ps1 index 5658191..c799b93 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.2.13.1/amazon-corretto-21.0.2.13.1-windows-x64-jdk.msi' - Checksum64 = '58899be77c0992cce9317389de1cbeb8' + Checksum64 = '58899be77c0992cce93172389de1cbeb8' ChecksumType64 = 'md5' fileType = 'msi' silentArgs = "INSTALLLEVEL=3 /quiet"