-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
semeru: Add version 21, 22 & 23 (#526)
* add semeru 21,22 and update semeru to 22, semeru-lts to 21 * fix semeru-lts-jre with 21 * fix semeru21-jre checkver * fix semeru21-lts-jre checkver * update semeru21/lts to 21.0.4-7-0.46.1 * add semeru23-jdk/jre and update semeru-jdk/jre to 23 * fix semeru23-jdk/jre sha256
- Loading branch information
1 parent
e53e63e
commit 1e9101c
Showing
10 changed files
with
230 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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": "21.0.4-7-0.46.1", | ||
"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.4+7_openj9-0.46.1/ibm-semeru-open-jdk_x64_windows_21.0.4_7_openj9-0.46.1.zip", | ||
"hash": "0c48d861ab025435a8e7d50d54bdddbc370a100394b731ececd0958d12077791" | ||
} | ||
}, | ||
"extract_dir": "jdk-21.0.4+7", | ||
"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-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" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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": "21.0.4-7-0.46.1", | ||
"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.4+7_openj9-0.46.1/ibm-semeru-open-jre_x64_windows_21.0.4_7_openj9-0.46.1.zip", | ||
"hash": "e875d78b3a388480fa1b15f634d64bc2fdab568946898dc685df1327f8f3206e" | ||
} | ||
}, | ||
"extract_dir": "jdk-21.0.4+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" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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": "22.0.2-9-0.46.1", | ||
"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-jdk_x64_windows_22.0.2_9_openj9-0.46.1.zip", | ||
"hash": "2441fc58f68a276a68f99a86f2798d25b9fe8216778bddc81928af77d3dfc400" | ||
} | ||
}, | ||
"extract_dir": "jdk-22.0.2+9", | ||
"env_add_path": "bin", | ||
"env_set": { | ||
"JAVA_HOME": "$dir" | ||
}, | ||
"checkver": { | ||
"github": "https://github.com/ibmruntimes/semeru22-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-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" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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": "22.0.2-9-0.46.1", | ||
"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" | ||
} | ||
}, | ||
"extract_dir": "jdk-22.0.2+9-jre", | ||
"env_add_path": "bin", | ||
"env_set": { | ||
"JAVA_HOME": "$dir" | ||
}, | ||
"checkver": { | ||
"github": "https://github.com/ibmruntimes/semeru22-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" | ||
} | ||
}, | ||
"hash": { | ||
"url": "$url.sha256.txt", | ||
"regex": "^([a-fA-F0-9]+)\\s" | ||
}, | ||
"extract_dir": "jdk-$matchMajor+$matchBuild-jre" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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": "23-37-0.47.0", | ||
"license": "GPL-2.0-only WITH Classpath-exception-2.0,EPL-2.0", | ||
"architecture": { | ||
"64bit": { | ||
"url": "https://github.com/ibmruntimes/semeru23-binaries/releases/download/jdk-23+37_openj9-0.47.0/ibm-semeru-open-jdk_x64_windows_23_37_openj9-0.47.0.zip", | ||
"hash": "98602060a4d3db0fdeab8652661879ea123b2a662d571606a0b16e860d4e9391" | ||
} | ||
}, | ||
"extract_dir": "jdk-23+37", | ||
"env_add_path": "bin", | ||
"env_set": { | ||
"JAVA_HOME": "$dir" | ||
}, | ||
"checkver": { | ||
"github": "https://github.com/ibmruntimes/semeru23-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/semeru23-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" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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": "23-37-0.47.0", | ||
"license": "GPL-2.0-only WITH Classpath-exception-2.0,EPL-2.0", | ||
"architecture": { | ||
"64bit": { | ||
"url": "https://github.com/ibmruntimes/semeru23-binaries/releases/download/jdk-23+37_openj9-0.47.0/ibm-semeru-open-jre_x64_windows_23_37_openj9-0.47.0.zip", | ||
"hash": "9166816bb4c05513af6415ab4c0a54c3856298d62e1d368a37fc7bf2622b98de" | ||
} | ||
}, | ||
"extract_dir": "jdk-23+37-jre", | ||
"env_add_path": "bin", | ||
"env_set": { | ||
"JAVA_HOME": "$dir" | ||
}, | ||
"checkver": { | ||
"github": "https://github.com/ibmruntimes/semeru23-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/semeru23-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" | ||
} | ||
} |