mirror of
https://github.com/ScoopInstaller/Java.git
synced 2026-08-03 09:39:21 +08:00
semeru: Update to latest and add missing (#502)
This commit is contained in:
parent
b2d1ab5e5d
commit
3aaf8e533c
@ -1,28 +1,28 @@
|
||||
{
|
||||
"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": "18.0.2-9-0.33.1",
|
||||
"version": "20.0.2-9-0.40.0",
|
||||
"license": "GPL-2.0-only WITH Classpath-exception-2.0,EPL-2.0",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/ibmruntimes/semeru18-binaries/releases/download/jdk-18.0.2+9_openj9-0.33.1/ibm-semeru-open-jdk_x64_windows_18.0.2_9_openj9-0.33.1.zip",
|
||||
"hash": "cba270f40308ac503a039bb9f53becc0da679e550b019ed6721634229b1e65f8"
|
||||
"url": "https://github.com/ibmruntimes/semeru20-binaries/releases/download/jdk-20.0.2+9_openj9-0.40.0/ibm-semeru-open-jdk_x64_windows_20.0.2_9_openj9-0.40.0.zip",
|
||||
"hash": "6c0ac5ff340c03fc0888dcda535c9d32b50faed211f2c80f0c38dff6a969b07a"
|
||||
}
|
||||
},
|
||||
"extract_dir": "jdk-18.0.2+9",
|
||||
"extract_dir": "jdk-20.0.2+9",
|
||||
"env_add_path": "bin",
|
||||
"env_set": {
|
||||
"JAVA_HOME": "$dir"
|
||||
},
|
||||
"checkver": {
|
||||
"github": "https://github.com/ibmruntimes/semeru18-binaries",
|
||||
"github": "https://github.com/ibmruntimes/semeru20-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/semeru18-binaries/releases/download/$matchTag/ibm-semeru-open-jdk_x64_windows_$matchMajor_$matchBuild$matchPatch_openj9$matchJvmver.zip"
|
||||
"url": "https://github.com/ibmruntimes/semeru20-binaries/releases/download/$matchTag/ibm-semeru-open-jdk_x64_windows_$matchMajor_$matchBuild$matchPatch_openj9$matchJvmver.zip"
|
||||
}
|
||||
},
|
||||
"hash": {
|
||||
|
||||
@ -1,28 +1,28 @@
|
||||
{
|
||||
"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": "18.0.2-9-0.33.1",
|
||||
"version": "20.0.2-9-0.40.0",
|
||||
"license": "GPL-2.0-only WITH Classpath-exception-2.0,EPL-2.0",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/ibmruntimes/semeru18-binaries/releases/download/jdk-18.0.2+9_openj9-0.33.1/ibm-semeru-open-jre_x64_windows_18.0.2_9_openj9-0.33.1.zip",
|
||||
"hash": "b57b372b556dc06d9915baf65dc5de27132565c95e076f54c288eea4865f9376"
|
||||
"url": "https://github.com/ibmruntimes/semeru20-binaries/releases/download/jdk-20.0.2+9_openj9-0.40.0/ibm-semeru-open-jre_x64_windows_20.0.2_9_openj9-0.40.0.zip",
|
||||
"hash": "85c1e9b0c883ec8302b7def3699d769378ca13164b8a90a48b9ae35caf93201f"
|
||||
}
|
||||
},
|
||||
"extract_dir": "jdk-18.0.2+9-jre",
|
||||
"extract_dir": "jdk-20.0.2+9-jre",
|
||||
"env_add_path": "bin",
|
||||
"env_set": {
|
||||
"JAVA_HOME": "$dir"
|
||||
},
|
||||
"checkver": {
|
||||
"github": "https://github.com/ibmruntimes/semeru18-binaries",
|
||||
"github": "https://github.com/ibmruntimes/semeru20-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/semeru18-binaries/releases/download/$matchTag/ibm-semeru-open-jre_x64_windows_$matchMajor_$matchBuild$matchPatch_openj9$matchJvmver.zip"
|
||||
"url": "https://github.com/ibmruntimes/semeru20-binaries/releases/download/$matchTag/ibm-semeru-open-jre_x64_windows_$matchMajor_$matchBuild$matchPatch_openj9$matchJvmver.zip"
|
||||
}
|
||||
},
|
||||
"hash": {
|
||||
|
||||
34
bucket/semeru19-jdk.json
Normal file
34
bucket/semeru19-jdk.json
Normal file
@ -0,0 +1,34 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
34
bucket/semeru19-jre.json
Normal file
34
bucket/semeru19-jre.json
Normal file
@ -0,0 +1,34 @@
|
||||
{
|
||||
"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-jre_x64_windows_19.0.2_7_openj9-0.37.0.zip",
|
||||
"hash": "98921e9f206f35d08a846099596f69adf586fafe8a407266f4ba30483255301e"
|
||||
}
|
||||
},
|
||||
"extract_dir": "jdk-19.0.2+7-jre",
|
||||
"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-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"
|
||||
}
|
||||
}
|
||||
34
bucket/semeru20-jdk.json
Normal file
34
bucket/semeru20-jdk.json
Normal file
@ -0,0 +1,34 @@
|
||||
{
|
||||
"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": "20.0.2-9-0.40.0",
|
||||
"license": "GPL-2.0-only WITH Classpath-exception-2.0,EPL-2.0",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/ibmruntimes/semeru20-binaries/releases/download/jdk-20.0.2+9_openj9-0.40.0/ibm-semeru-open-jdk_x64_windows_20.0.2_9_openj9-0.40.0.zip",
|
||||
"hash": "6c0ac5ff340c03fc0888dcda535c9d32b50faed211f2c80f0c38dff6a969b07a"
|
||||
}
|
||||
},
|
||||
"extract_dir": "jdk-20.0.2+9",
|
||||
"env_add_path": "bin",
|
||||
"env_set": {
|
||||
"JAVA_HOME": "$dir"
|
||||
},
|
||||
"checkver": {
|
||||
"github": "https://github.com/ibmruntimes/semeru20-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/semeru20-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"
|
||||
}
|
||||
}
|
||||
34
bucket/semeru20-jre.json
Normal file
34
bucket/semeru20-jre.json
Normal file
@ -0,0 +1,34 @@
|
||||
{
|
||||
"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": "20.0.2-9-0.40.0",
|
||||
"license": "GPL-2.0-only WITH Classpath-exception-2.0,EPL-2.0",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/ibmruntimes/semeru20-binaries/releases/download/jdk-20.0.2+9_openj9-0.40.0/ibm-semeru-open-jre_x64_windows_20.0.2_9_openj9-0.40.0.zip",
|
||||
"hash": "85c1e9b0c883ec8302b7def3699d769378ca13164b8a90a48b9ae35caf93201f"
|
||||
}
|
||||
},
|
||||
"extract_dir": "jdk-20.0.2+9-jre",
|
||||
"env_add_path": "bin",
|
||||
"env_set": {
|
||||
"JAVA_HOME": "$dir"
|
||||
},
|
||||
"checkver": {
|
||||
"github": "https://github.com/ibmruntimes/semeru20-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/semeru20-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"
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user