Java/bucket/semeru11-jdk.json
2026-01-30 05:09:10 +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": "11.0.30-7-0.57.0",
"license": "GPL-2.0-only WITH Classpath-exception-2.0,EPL-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/ibmruntimes/semeru11-binaries/releases/download/jdk-11.0.30%2B7_openj9-0.57.0/ibm-semeru-open-jdk_x64_windows_11.0.30_7_openj9-0.57.0.zip",
"hash": "24222e054fc8b42830b60d2c34205e340274efcbb6ed7df7c468aad9287648c6"
}
},
"extract_dir": "jdk-11.0.30+7",
"env_add_path": "bin",
"env_set": {
"JAVA_HOME": "$dir"
},
"checkver": {
"github": "https://github.com/ibmruntimes/semeru11-binaries",
"regex": "(?<tag>jdk-(?<major>(?<jdk>[\\d]+)[\\d.]+)(?:\\%2B|\\+)(?<build>[\\d]+)(?<patch>[\\d.]*)(?:(?<oj>_openj9?)(?<jvmver>-[\\d.]+))?)",
"replace": "${major}-${build}${patch}${jvmver}"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/ibmruntimes/semeru11-binaries/releases/download/$matchTag/ibm-semeru-open-jdk_x64_windows_$matchMajor_$matchBuild$matchPatch_openj9$matchJvmver.zip"
}
},
"hash": {
"url": "$url.sha256.txt",
"find": "^([a-fA-F0-9]+)\\s"
},
"extract_dir": "jdk-$matchMajor+$matchBuild"
}
}