Java/bucket/semeru-jre.json
2025-02-11 01:19:20 +00: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": "23.0.2-7-0.49.0",
"license": "GPL-2.0-only WITH Classpath-exception-2.0,EPL-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/ibmruntimes/semeru23-binaries/releases/download/jdk-23.0.2%2B7_openj9-0.49.0/ibm-semeru-open-jre_x64_windows_23.0.2_7_openj9-0.49.0.zip",
"hash": "a4e71cc178b7cf18615b3548ae570a7df83da48b8d16cd8059253afdcabb9f9f"
}
},
"extract_dir": "jdk-23.0.2+7-jre",
"env_add_path": "bin",
"env_set": {
"JAVA_HOME": "$dir"
},
"checkver": {
"github": "https://github.com/ibmruntimes/semeru23-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/semeru23-binaries/releases/download/$matchTag/ibm-semeru-open-jre_x64_windows_$matchMajor_$matchBuild$matchPatch_openj9$matchJvmver.zip"
}
},
"hash": {
"url": "$url.sha256.txt",
"regex": "^([a-fA-F0-9]+)\\s"
},
"extract_dir": "jdk-$matchMajor+$matchBuild-jre"
}
}