mirror of
https://github.com/ScoopInstaller/Java.git
synced 2026-08-02 16:09:23 +08:00
35 lines
1.5 KiB
JSON
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": "21.0.10-7-0.57.0",
|
|
"license": "GPL-2.0-only WITH Classpath-exception-2.0,EPL-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/ibmruntimes/semeru21-binaries/releases/download/jdk-21.0.10%2B7_openj9-0.57.0/ibm-semeru-open-jre_x64_windows_21.0.10_7_openj9-0.57.0.zip",
|
|
"hash": "7951cd9326c03d6319d8e04cc74d1b13a0f035fb7fe56a774fe8bc19319ab060"
|
|
}
|
|
},
|
|
"extract_dir": "jdk-21.0.10+7-jre",
|
|
"env_add_path": "bin",
|
|
"env_set": {
|
|
"JAVA_HOME": "$dir"
|
|
},
|
|
"checkver": {
|
|
"github": "https://github.com/ibmruntimes/semeru21-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/semeru21-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"
|
|
}
|
|
}
|