mirror of
https://github.com/ScoopInstaller/Java.git
synced 2026-08-21 01:55:09 +08:00
openjdk23: Update to version 23.0.1-11
This commit is contained in:
parent
e87a80db38
commit
a9ea3a4ab2
@ -1,33 +1,33 @@
|
||||
{
|
||||
"description": "Official production-ready open-source builds of OpenJDK 23",
|
||||
"homepage": "https://jdk.java.net/23",
|
||||
"version": "23",
|
||||
"license": "GPL-2.0-only WITH Classpath-exception-2.0",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://download.java.net/java/GA/jdk23/3c5b90190c68498b986a97f276efd28a/37/GPL/openjdk-23_windows-x64_bin.zip",
|
||||
"hash": "cba5013874ba50cae543c86fe6423453816c77281e2751a8a9a633d966f1dc04"
|
||||
}
|
||||
},
|
||||
"extract_dir": "jdk-23",
|
||||
"env_add_path": "bin",
|
||||
"env_set": {
|
||||
"JAVA_HOME": "$dir"
|
||||
},
|
||||
"checkver": {
|
||||
"url": "https://jdk.java.net/23",
|
||||
"re": "/(?<type>early_access|GA)/(?<path>jdk(?<major>[\\d.]+)(?:.*)?/(?<build>[\\d]+)(?:/GPL|/binaries)?)/(?<file>openjdk-(?<version>[\\d.]+)(?<ea>-ea)?(?:\\+[\\d]+)?_windows-x64_bin.(zip|tar.gz))",
|
||||
"replace": "${version}-${build}${ea}"
|
||||
},
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://download.java.net/java/$matchType/$matchPath/$matchFile"
|
||||
}
|
||||
},
|
||||
"hash": {
|
||||
"url": "$url.sha256"
|
||||
},
|
||||
"extract_dir": "jdk-$matchVersion"
|
||||
}
|
||||
"description": "Official production-ready open-source builds of OpenJDK 23",
|
||||
"homepage": "https://jdk.java.net/23",
|
||||
"version": "23.0.1-11",
|
||||
"license": "GPL-2.0-only WITH Classpath-exception-2.0",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://download.java.net/java/GA/jdk23.0.1/c28985cbf10d4e648e4004050f8781aa/11/GPL/openjdk-23.0.1_windows-x64_bin.zip",
|
||||
"hash": "aef21ac9784cd3cdedae1126fba91c496633e47bd251f8550fa8e2fc79288732"
|
||||
}
|
||||
},
|
||||
"extract_dir": "jdk-23.0.1",
|
||||
"env_add_path": "bin",
|
||||
"env_set": {
|
||||
"JAVA_HOME": "$dir"
|
||||
},
|
||||
"checkver": {
|
||||
"url": "https://jdk.java.net/23",
|
||||
"re": "/(?<type>early_access|GA)/(?<path>jdk(?<major>[\\d.]+)(?:.*)?/(?<build>[\\d]+)(?:/GPL|/binaries)?)/(?<file>openjdk-(?<version>[\\d.]+)(?<ea>-ea)?(?:\\+[\\d]+)?_windows-x64_bin.(zip|tar.gz))",
|
||||
"replace": "${version}-${build}${ea}"
|
||||
},
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://download.java.net/java/$matchType/$matchPath/$matchFile"
|
||||
}
|
||||
},
|
||||
"hash": {
|
||||
"url": "$url.sha256"
|
||||
},
|
||||
"extract_dir": "jdk-$matchVersion"
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user