mirror of
https://github.com/ScoopInstaller/Java.git
synced 2026-08-03 09:39:21 +08:00
corretto-jdk: Update to version 21.0.0.35.1 (#484)
This commit is contained in:
parent
25f2a81cff
commit
13db8366cd
@ -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"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user