8000 IBM Semeru: Add version 21, 22 & 23 by LancelotLiu · Pull Request #526 · ScoopInstaller/Java · GitHub
[go: up one dir, main page]

Skip to content

IBM Semeru: Add version 21, 22 & 23 #526

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Sep 30, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix semeru-lts-jre with 21
  • Loading branch information
LancelotLiu committed Sep 12, 2024
commit 3f957d942bed0e45de794ca5e4ce050742da9e6a
12 changes: 6 additions & 6 deletions bucket/semeru-lts-jre.json
Original file line number Diff line number Diff line change
@@ -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": "22.0.2-9-0.46.1",
"version": "21.0.4-7-0.46.0",
"license": "GPL-2.0-only WITH Classpath-exception-2.0,EPL-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/ibmruntimes/semeru22-binaries/releases/download/jdk-22.0.2+9_openj9-0.46.1/ibm-semeru-open-jre_x64_windows_22.0.2_9_openj9-0.46.1.zip",
"hash": "2196ccd0e4ea4b22b45c60c1982e994f9f723b7daf5c7de4bafad682750a8c86"
"url": "https://github.com/ibmruntimes/semeru21-binaries/releases/download/jdk-21.0.4+7_openj9-0.46.0/ibm-semeru-open-jre_x64_windows_21.0.4_7_openj9-0.46.0.zip",
"hash": "118ee079ac98daa5302952f3efa1bd23006af7d85e5a3199093dac7f365d2201"
}
},
"extract_dir": "jdk-22.0.2+9-jre",
"extract_dir": "jdk-21.0.4+7-jre",
"env_add_path": "bin",
"env_set": {
"JAVA_HOME": "$dir"
},
"checkver": {
"github": "https://github.com/ibmruntimes/semeru22-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/semeru22-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": {
Expand Down
Loading
0