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": "19.0.2-7-0.37.0",
|
|
"license": "GPL-2.0-only WITH Classpath-exception-2.0,EPL-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/ibmruntimes/semeru19-binaries/releases/download/jdk-19.0.2+7_openj9-0.37.0/ibm-semeru-open-jdk_x64_windows_19.0.2_7_openj9-0.37.0.zip",
|
|
"hash": "b486c87bfc8fee0a44ea8ba4770b6f9e8b9081762b1debce8036bfc6b8359aea"
|
|
}
|
|
},
|
|
"extract_dir": "jdk-19.0.2+7",
|
|
"env_add_path": "bin",
|
|
"env_set": {
|
|
"JAVA_HOME": "$dir"
|
|
},
|
|
"checkver": {
|
|
"github": "https://github.com/ibmruntimes/semeru19-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/semeru19-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"
|
|
}
|
|
}
|