From c5d062f1e845c2731af3240eb6fe31773c8f6863 Mon Sep 17 00:00:00 2001 From: Ben Taylor Date: Tue, 22 Aug 2023 18:08:09 -0700 Subject: [PATCH] corretto 20.0.2.10.1 --- Casks/c/corretto.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Casks/c/corretto.rb b/Casks/c/corretto.rb index 9db524934c..256a6cab20 100644 --- a/Casks/c/corretto.rb +++ b/Casks/c/corretto.rb @@ -1,9 +1,9 @@ cask "corretto" do arch arm: "aarch64", intel: "x64" - version "20.0.2.9.1" - sha256 arm: "a3a26b30775fe96fd46a63fd6700c6ad627de87b1ded3f760dfede2ef2cf04bb", - intel: "a855b3c996cc215e50f228d03579a57abf26ed12aaae8a160ba175daca16c73e" + version "20.0.2.10.1" + sha256 arm: "75b4277df5eb72f83abefa118cfd491d248e5106c4e9840b37b023132fcc70c3", + intel: "4aa3a6c6808efb047527a28d65f79600360f9be8c201139670cceef37129c638" url "https://corretto.aws/downloads/resources/#{version.sub(/-\d+/, "")}/amazon-corretto-#{version}-macosx-#{arch}.pkg" name "AWS Corretto JDK"