Java/bucket/semeru22-jdk.json
LancelotLiu 1e9101c464
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
2024-09-30 20:44:44 +02:00

35 lines
1.5 KiB
JSON

{
"description": "The IBM Semeru Runtimes are free production-ready binaries built with the OpenJDK class libraries and the Eclipse OpenJ9 JVM",
"homepage": "https://developer.ibm.com/languages/java/semeru-runtimes/",
"version": "22.0.2-9-0.46.1",
"license": "GPL-2.0-only WITH Classpath-exception-2.0,EPL-2.0",
"architecture": {
"64bit": {
"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",
"hash": "2441fc58f68a276a68f99a86f2798d25b9fe8216778bddc81928af77d3dfc400"
}
},
"extract_dir": "jdk-22.0.2+9",
"env_add_path": "bin",
"env_set": {
"JAVA_HOME": "$dir"
},
"checkver": {
"github": "https://github.com/ibmruntimes/semeru22-binaries",
"regex": "(?<tag>jdk-(?<major>(?<jdk>[\\d]+)[\\d.]+)(?:\\%2B|\\+)(?<build>[\\d]+)(?<patch>[\\d.]*)(?:(?<oj>_openj9?)(?<jvmver>-[\\d.]+(?:-m[\\d]+)?))?)",
"replace": "${major}-${build}${patch}${jvmver}"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/ibmruntimes/semeru22-binaries/releases/download/$matchTag/ibm-semeru-open-jdk_x64_windows_$matchMajor_$matchBuild$matchPatch_openj9$matchJvmver.zip"
}
},
"hash": {
"url": "$url.sha256.txt",
"regex": "^([a-fA-F0-9]+)\\s"
},
"extract_dir": "jdk-$matchMajor+$matchBuild"
}
}