From 3d89ec3e5e0cfecd920a5f8688262f33b8ce1b99 Mon Sep 17 00:00:00 2001 From: szewczyk Date: Wed, 20 Sep 2023 15:26:56 -0700 Subject: [PATCH] corretto 21.0.0.35.1 corretto 21.0.0.35.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 256a6cab20..05acbd1e0d 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.10.1" - sha256 arm: "75b4277df5eb72f83abefa118cfd491d248e5106c4e9840b37b023132fcc70c3", - intel: "4aa3a6c6808efb047527a28d65f79600360f9be8c201139670cceef37129c638" + version "21.0.0.35.1" + sha256 arm: "4a877d133a3c2c524947a53f5f031cb87264c18c97c858acb084bbf8bf4e476c", + intel: "0201f564f99225e132399d358c52e80fe97945175d95681249741d6654e099e0" url "https://corretto.aws/downloads/resources/#{version.sub(/-\d+/, "")}/amazon-corretto-#{version}-macosx-#{arch}.pkg" name "AWS Corretto JDK"