From 13db8366cd1042fb08ef0293e2d0600b9f45708b Mon Sep 17 00:00:00 2001 From: Thomas Bilk Date: Fri, 22 Sep 2023 14:18:30 +0200 Subject: [PATCH] corretto-jdk: Update to version 21.0.0.35.1 (#484) --- bucket/corretto-jdk.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/corretto-jdk.json b/bucket/corretto-jdk.json index aabe7556d..def9d2b01 100644 --- a/bucket/corretto-jdk.json +++ b/bucket/corretto-jdk.json @@ -1,22 +1,22 @@ { "description": "Amazon Corretto is a no-cost, multiplatform, production-ready distribution of the Open Java Development Kit (OpenJDK)", "homepage": "https://aws.amazon.com/corretto/", - "version": "19.0.2.7.1", + "version": "21.0.0.35.1", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://corretto.aws/downloads/resources/19.0.2.7.1/amazon-corretto-19.0.2.7.1-windows-x64-jdk.zip", - "hash": "57745d92bb3e078a7217721ddd4202a601e9ae34d8a18f51ae8c46828621b470" + "url": "https://corretto.aws/downloads/resources/21.0.0.35.1/amazon-corretto-21.0.0.35.1-windows-x64-jdk.zip", + "hash": "8774e7d8ae2d87cbb5068291a70d58b7bb0a78581e35025701981fa04261deb3" } }, - "extract_dir": "jdk19.0.2_7", + "extract_dir": "jdk21.0.0_35", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" }, "checkver": { "url": "https://github.com/corretto/corretto-downloads/raw/main/latest_links/indexmap_with_checksum.json", - "jsonpath": "$.windows.x64.jdk.19.zip.resource", + "jsonpath": "$.windows.x64.jdk.21.zip.resource", "regex": "/([\\d.]+)/" }, "autoupdate": { @@ -25,7 +25,7 @@ "url": "https://corretto.aws/downloads/resources/$version/amazon-corretto-$version-windows-x64-jdk.zip", "hash": { "url": "https://github.com/corretto/corretto-downloads/raw/main/latest_links/indexmap_with_checksum.json", - "jsonpath": "$.windows.x64.jdk.19.zip.checksum_sha256" + "jsonpath": "$.windows.x64.jdk.21.zip.checksum_sha256" } } },