Skip to content

Commit 1e9101c

Browse files
authored
semeru: Add version 21, 22 & 23 (#526)
* add semeru 21,22 and update semeru to 22, semeru-lts to 21 * fix semeru-lts-jre with 21 * fix semeru21-jre checkver * fix semeru21-lts-jre checkver * update semeru21/lts to 21.0.4-7-0.46.1 * add semeru23-jdk/jre and update semeru-jdk/jre to 23 * fix semeru23-jdk/jre sha256
1 parent e53e63e commit 1e9101c

10 files changed

+230
-26
lines changed

bucket/semeru-jdk.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
11
{
22
"description": "The IBM Semeru Runtimes are free production-ready binaries built with the OpenJDK class libraries and the Eclipse OpenJ9 JVM",
33
"homepage": "https://developer.ibm.com/languages/java/semeru-runtimes/",
4-
"version": "20.0.2-9-0.40.0",
4+
"version": "23-37-0.47.0",
55
"license": "GPL-2.0-only WITH Classpath-exception-2.0,EPL-2.0",
66
"architecture": {
77
"64bit": {
8-
"url": "https://github.com/ibmruntimes/semeru20-binaries/releases/download/jdk-20.0.2+9_openj9-0.40.0/ibm-semeru-open-jdk_x64_windows_20.0.2_9_openj9-0.40.0.zip",
9-
"hash": "6c0ac5ff340c03fc0888dcda535c9d32b50faed211f2c80f0c38dff6a969b07a"
8+
"url": "https://github.com/ibmruntimes/semeru23-binaries/releases/download/jdk-23+37_openj9-0.47.0/ibm-semeru-open-jdk_x64_windows_23_37_openj9-0.47.0.zip",
9+
"hash": "98602060a4d3db0fdeab8652661879ea123b2a662d571606a0b16e860d4e9391"
1010
}
1111
},
12-
"extract_dir": "jdk-20.0.2+9",
12+
"extract_dir": "jdk-23+37",
1313
"env_add_path": "bin",
1414
"env_set": {
1515
"JAVA_HOME": "$dir"
1616
},
1717
"checkver": {
18-
"github": "https://github.com/ibmruntimes/semeru20-binaries",
18+
"github": "https://github.com/ibmruntimes/semeru23-binaries",
1919
"regex": "(?<tag>jdk-(?<major>(?<jdk>[\\d]+)[\\d.]+)(?:\\%2B|\\+)(?<build>[\\d]+)(?<patch>[\\d.]*)(?:(?<oj>_openj9?)(?<jvmver>-[\\d.]+(?:-m[\\d]+)?))?)",
2020
"replace": "${major}-${build}${patch}${jvmver}"
2121
},
2222
"autoupdate": {
2323
"architecture": {
2424
"64bit": {
25-
"url": "https://github.com/ibmruntimes/semeru20-binaries/releases/download/$matchTag/ibm-semeru-open-jdk_x64_windows_$matchMajor_$matchBuild$matchPatch_openj9$matchJvmver.zip"
25+
"url": "https://github.com/ibmruntimes/semeru23-binaries/releases/download/$matchTag/ibm-semeru-open-jdk_x64_windows_$matchMajor_$matchBuild$matchPatch_openj9$matchJvmver.zip"
2626
}
2727
},
2828
"hash": {

bucket/semeru-jre.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
11
{
22
"description": "The IBM Semeru Runtimes are free production-ready binaries built with the OpenJDK class libraries and the Eclipse OpenJ9 JVM",
33
"homepage": "https://developer.ibm.com/languages/java/semeru-runtimes/",
4-
"version": "20.0.2-9-0.40.0",
4+
"version": "23-37-0.47.0",
55
"license": "GPL-2.0-only WITH Classpath-exception-2.0,EPL-2.0",
66
"architecture": {
77
"64bit": {
8-
"url": "https://github.com/ibmruntimes/semeru20-binaries/releases/download/jdk-20.0.2+9_openj9-0.40.0/ibm-semeru-open-jre_x64_windows_20.0.2_9_openj9-0.40.0.zip",
9-
"hash": "85c1e9b0c883ec8302b7def3699d769378ca13164b8a90a48b9ae35caf93201f"
8+
"url": "https://github.com/ibmruntimes/semeru23-binaries/releases/download/jdk-23+37_openj9-0.47.0/ibm-semeru-open-jre_x64_windows_23_37_openj9-0.47.0.zip",
9+
"hash": "9166816bb4c05513af6415ab4c0a54c3856298d62e1d368a37fc7bf2622b98de"
1010
}
1111
},
12-
"extract_dir": "jdk-20.0.2+9-jre",
12+
"extract_dir": "jdk-23+37-jre",
1313
"env_add_path": "bin",
1414
"env_set": {
1515
"JAVA_HOME": "$dir"
1616
},
1717
"checkver": {
18-
"github": "https://github.com/ibmruntimes/semeru20-binaries",
18+
"github": "https://github.com/ibmruntimes/semeru23-binaries",
1919
"regex": "(?<tag>jdk-(?<major>(?<jdk>[\\d]+)[\\d.]+)(?:\\%2B|\\+)(?<build>[\\d]+)(?<patch>[\\d.]*)(?:(?<oj>_openj9?)(?<jvmver>-[\\d.]+(?:-m[\\d]+)?))?)",
2020
"replace": "${major}-${build}${patch}${jvmver}"
2121
},
2222
"autoupdate": {
2323
"architecture": {
2424
"64bit": {
25-
"url": "https://github.com/ibmruntimes/semeru20-binaries/releases/download/$matchTag/ibm-semeru-open-jre_x64_windows_$matchMajor_$matchBuild$matchPatch_openj9$matchJvmver.zip"
25+
"url": "https://github.com/ibmruntimes/semeru23-binaries/releases/download/$matchTag/ibm-semeru-open-jre_x64_windows_$matchMajor_$matchBuild$matchPatch_openj9$matchJvmver.zip"
2626
}
2727
},
2828
"hash": {

bucket/semeru-lts-jdk.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,33 @@
11
{
22
"description": "The IBM Semeru Runtimes are free production-ready binaries built with the OpenJDK class libraries and the Eclipse OpenJ9 JVM",
33
"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",
55
"license": "GPL-2.0-only WITH Classpath-exception-2.0,EPL-2.0",
66
"architecture": {
77
"64bit": {
8-
"url": "https://github.com/ibmruntimes/semeru17-binaries/releases/download/jdk-17.0.12%2B7_openj9-0.46.1/ibm-semeru-open-jdk_x64_windows_17.0.12_7_openj9-0.46.1.zip",
9-
"hash": "ee3aa0126ad3db6e3651b1bb874880cfcac18d6f7c72fd54fd8cb95684f26501"
8+
"url": "https://github.com/ibmruntimes/semeru21-binaries/releases/download/jdk-21.0.4+7_openj9-0.46.1/ibm-semeru-open-jdk_x64_windows_21.0.4_7_openj9-0.46.1.zip",
9+
"hash": "0c48d861ab025435a8e7d50d54bdddbc370a100394b731ececd0958d12077791"
1010
}
1111
},
12-
"extract_dir": "jdk-17.0.12+7",
12+
"extract_dir": "jdk-21.0.4+7",
1313
"env_add_path": "bin",
1414
"env_set": {
1515
"JAVA_HOME": "$dir"
1616
},
1717
"checkver": {
18-
"github": "https://github.com/ibmruntimes/semeru17-binaries",
18+
"github": "https://github.com/ibmruntimes/semeru21-binaries",
1919
"regex": "(?<tag>jdk-(?<major>(?<jdk>[\\d]+)[\\d.]+)(?:\\%2B|\\+)(?<build>[\\d]+)(?<patch>[\\d.]*)(?:(?<oj>_openj9?)(?<jvmver>-[\\d.]+(?:-m[\\d]+)?))?)",
2020
"replace": "${major}-${build}${patch}${jvmver}"
2121
},
2222
"autoupdate": {
2323
"architecture": {
2424
"64bit": {
25-
"url": "https://github.com/ibmruntimes/semeru17-binaries/releases/download/$matchTag/ibm-semeru-open-jdk_x64_windows_$matchMajor_$matchBuild$matchPatch_openj9$matchJvmver.zip"
25+
"url": "https://github.com/ibmruntimes/semeru21-binaries/releases/download/$matchTag/ibm-semeru-open-jdk_x64_windows_$matchMajor_$matchBuild$matchPatch_openj9$matchJvmver.zip"
2626
}
2727
},
2828
"hash": {
2929
"url": "$url.sha256.txt",
30-
"find": "^([a-fA-F0-9]+)\\s"
30+
"regex": "^([a-fA-F0-9]+)\\s"
3131
},
3232
"extract_dir": "jdk-$matchMajor+$matchBuild"
3333
}

bucket/semeru-lts-jre.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,33 @@
11
{
22
"description": "The IBM Semeru Runtimes are free production-ready binaries built with the OpenJDK class libraries and the Eclipse OpenJ9 JVM",
33
"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",
55
"license": "GPL-2.0-only WITH Classpath-exception-2.0,EPL-2.0",
66
"architecture": {
77
"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"
1010
}
1111
},
12-
"extract_dir": "jdk-17.0.12+7-jre",
12+
"extract_dir": "jdk-21.0.4+7-jre",
1313
"env_add_path": "bin",
1414
"env_set": {
1515
"JAVA_HOME": "$dir"
1616
},
1717
"checkver": {
18-
"github": "https://github.com/ibmruntimes/semeru17-binaries",
18+
"github": "https://github.com/ibmruntimes/semeru21-binaries",
1919
"regex": "(?<tag>jdk-(?<major>(?<jdk>[\\d]+)[\\d.]+)(?:\\%2B|\\+)(?<build>[\\d]+)(?<patch>[\\d.]*)(?:(?<oj>_openj9?)(?<jvmver>-[\\d.]+(?:-m[\\d]+)?))?)",
2020
"replace": "${major}-${build}${patch}${jvmver}"
2121
},
2222
"autoupdate": {
2323
"architecture": {
2424
"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"
2626
}
2727
},
2828
"hash": {
2929
"url": "$url.sha256.txt",
30-
"find": "^([a-fA-F0-9]+)\\s"
30+
"regex": "^([a-fA-F0-9]+)\\s"
3131
},
3232
"extract_dir": "jdk-$matchMajor+$matchBuild-jre"
3333
}

bucket/semeru21-jdk.json

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

bucket/semeru21-jre.json

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

bucket/semeru22-jdk.json

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

bucket/semeru22-jre.json

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

bucket/semeru23-jdk.json

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

bucket/semeru23-jre.json

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

0 commit comments

Comments
 (0)