|
1 | 1 | {
|
2 | 2 | "description": "The IBM Semeru Runtimes are free production-ready binaries built with the OpenJDK class libraries and the Eclipse OpenJ9 JVM",
|
3 | 3 | "homepage": "https://developer.ibm.com/languages/java/semeru-runtimes/",
|
4 |
| - "version": "17.0.12-7-0.46.1", |
| 4 | + "version": "21.0.4-7-0.46.1", |
5 | 5 | "license": "GPL-2.0-only WITH Classpath-exception-2.0,EPL-2.0",
|
6 | 6 | "architecture": {
|
7 | 7 | "64bit": {
|
8 |
| - "url": "https://github.com/ibmruntimes/semeru17-binaries/releases/download/jdk-17.0.12%2B7_openj9-0.46.1/ibm-semeru-open-jre_x64_windows_17.0.12_7_openj9-0.46.1.zip", |
9 |
| - "hash": "05db8b4dfcc4fd28acb0763fa10fe155d2727e9618aa97eec9a40efc8dee28e9" |
| 8 | + "url": "https://github.com/ibmruntimes/semeru21-binaries/releases/download/jdk-21.0.4+7_openj9-0.46.1/ibm-semeru-open-jre_x64_windows_21.0.4_7_openj9-0.46.1.zip", |
| 9 | + "hash": "e875d78b3a388480fa1b15f634d64bc2fdab568946898dc685df1327f8f3206e" |
10 | 10 | }
|
11 | 11 | },
|
12 |
| - "extract_dir": "jdk-17.0.12+7-jre", |
| 12 | + "extract_dir": "jdk-21.0.4+7-jre", |
13 | 13 | "env_add_path": "bin",
|
14 | 14 | "env_set": {
|
15 | 15 | "JAVA_HOME": "$dir"
|
16 | 16 | },
|
17 | 17 | "checkver": {
|
18 |
| - "github": "https://github.com/ibmruntimes/semeru17-binaries", |
| 18 | + "github": "https://github.com/ibmruntimes/semeru21-binaries", |
19 | 19 | "regex": "(?<tag>jdk-(?<major>(?<jdk>[\\d]+)[\\d.]+)(?:\\%2B|\\+)(?<build>[\\d]+)(?<patch>[\\d.]*)(?:(?<oj>_openj9?)(?<jvmver>-[\\d.]+(?:-m[\\d]+)?))?)",
|
20 | 20 | "replace": "${major}-${build}${patch}${jvmver}"
|
21 | 21 | },
|
22 | 22 | "autoupdate": {
|
23 | 23 | "architecture": {
|
24 | 24 | "64bit": {
|
25 |
| - "url": "https://github.com/ibmruntimes/semeru17-binaries/releases/download/$matchTag/ibm-semeru-open-jre_x64_windows_$matchMajor_$matchBuild$matchPatch_openj9$matchJvmver.zip" |
| 25 | + "url": "https://github.com/ibmruntimes/semeru21-binaries/releases/download/$matchTag/ibm-semeru-open-jre_x64_windows_$matchMajor_$matchBuild$matchPatch_openj9$matchJvmver.zip" |
26 | 26 | }
|
27 | 27 | },
|
28 | 28 | "hash": {
|
29 | 29 | "url": "$url.sha256.txt",
|
30 |
| - "find": "^([a-fA-F0-9]+)\\s" |
| 30 | + "regex": "^([a-fA-F0-9]+)\\s" |
31 | 31 | },
|
32 | 32 | "extract_dir": "jdk-$matchMajor+$matchBuild-jre"
|
33 | 33 | }
|
|
0 commit comments