Skip to content

Commit d72fcfa

Browse files
committed
fix: openjdk18 fix to working archive version 18.0.2-9
1 parent ef20951 commit d72fcfa

1 file changed

Lines changed: 4 additions & 19 deletions

File tree

bucket/openjdk18.json

Lines changed: 4 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,17 @@
11
{
22
"description": "Official production-ready open-source builds of OpenJDK 18",
33
"homepage": "https://jdk.java.net/18",
4-
"version": "18.0.2.1-1",
4+
"version": "18.0.2-9",
55
"license": "GPL-2.0-only WITH Classpath-exception-2.0",
66
"architecture": {
77
"64bit": {
8-
"url": "https://download.java.net/java/GA/jdk18.0.2.1/db379da656dc47308e138f21b33976fa/1/GPL/openjdk-18.0.2.1_windows-x64_bin.zip",
9-
"hash": "fc08052175eb2f66cedfcca368ab5d51c55f50d6f440b124e4512499825cb7b1"
8+
"url": "https://download.java.net/java/GA/jdk18.0.2/f6ad4b4450fd4d298113270ec84f30ee/9/GPL/openjdk-18.0.2_windows-x64_bin.zip",
9+
"hash": "441f2bfa18f318995d305d06c2326b1145b27dd08521cef5dacc561867cfee5c"
1010
}
1111
},
12-
"extract_dir": "jdk-18.0.2.1",
12+
"extract_dir": "jdk-18.0.2",
1313
"env_add_path": "bin",
1414
"env_set": {
1515
"JAVA_HOME": "$dir"
16-
},
17-
"checkver": {
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))",
19-
"replace": "${version}-${build}${ea}"
20-
},
21-
"autoupdate": {
22-
"architecture": {
23-
"64bit": {
24-
"url": "https://download.java.net/java/$matchType/$matchPath/$matchFile"
25-
}
26-
},
27-
"hash": {
28-
"url": "$url.sha256"
29-
},
30-
"extract_dir": "jdk-$matchVersion"
3116
}
3217
}

0 commit comments

Comments
 (0)