openjdk-ea: Update to version 18-20-ea

This commit is contained in:
Mathias Hermansson 2021-10-21 21:30:16 +02:00
parent 198945c452
commit efed46e954

View File

@ -1,21 +1,21 @@
{
"description": "Official Early-Access Builds of OpenJDK",
"homepage": "https://jdk.java.net/",
"version": "17.0.1-12",
"version": "18-20-ea",
"license": "GPL-2.0-only WITH Classpath-exception-2.0",
"architecture": {
"64bit": {
"url": "https://download.java.net/java/GA/jdk17.0.1/2a2082e5a09d4267845be086888add4f/12/GPL/openjdk-17.0.1_windows-x64_bin.zip",
"hash": "329900a6673b237b502bdcf77bc334da34bc91355c5fd2d457fc00f53fd71ef1"
"url": "https://download.java.net/java/early_access/jdk18/20/GPL/openjdk-18-ea+20_windows-x64_bin.zip",
"hash": "9a0adb8304f31d0e05a1d4a2d848e989e8c195027ef954afdb789977285287e8"
}
},
"extract_dir": "jdk-17.0.1",
"extract_dir": "jdk-18",
"env_add_path": "bin",
"env_set": {
"JAVA_HOME": "$dir"
},
"checkver": {
"url": "https://jdk.java.net/17",
"url": "https://jdk.java.net/18",
"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}"
},