From c7f9244d0cce1da7a6ba8ed74a8eabf4ecf1874b Mon Sep 17 00:00:00 2001 From: lancelotliu Date: Thu, 12 Sep 2024 12:01:24 +0800 Subject: [PATCH 1/7] add semeru 21,22 and update semeru to 22, semeru-lts to 21 --- bucket/semeru-jdk.json | 12 ++++++------ bucket/semeru-jre.json | 12 ++++++------ bucket/semeru-lts-jdk.json | 14 +++++++------- bucket/semeru-lts-jre.json | 14 +++++++------- bucket/semeru21-jdk.json | 34 ++++++++++++++++++++++++++++++++++ bucket/semeru21-jre.json | 34 ++++++++++++++++++++++++++++++++++ bucket/semeru22-jdk.json | 34 ++++++++++++++++++++++++++++++++++ bucket/semeru22-jre.json | 34 ++++++++++++++++++++++++++++++++++ 8 files changed, 162 insertions(+), 26 deletions(-) create mode 100644 bucket/semeru21-jdk.json create mode 100644 bucket/semeru21-jre.json create mode 100644 bucket/semeru22-jdk.json create mode 100644 bucket/semeru22-jre.json diff --git a/bucket/semeru-jdk.json b/bucket/semeru-jdk.json index 2dcf322016b..a03f787ff43 100644 --- a/bucket/semeru-jdk.json +++ b/bucket/semeru-jdk.json @@ -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": "20.0.2-9-0.40.0", + "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/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" + "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-20.0.2+9", + "extract_dir": "jdk-22.0.2+9", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" }, "checkver": { - "github": "https://github.com/ibmruntimes/semeru20-binaries", + "github": "https://github.com/ibmruntimes/semeru22-binaries", "regex": "(?jdk-(?(?[\\d]+)[\\d.]+)(?:\\%2B|\\+)(?[\\d]+)(?[\\d.]*)(?:(?_openj9?)(?-[\\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" + "url": "https://github.com/ibmruntimes/semeru22-binaries/releases/download/$matchTag/ibm-semeru-open-jdk_x64_windows_$matchMajor_$matchBuild$matchPatch_openj9$matchJvmver.zip" } }, "hash": { diff --git a/bucket/semeru-jre.json b/bucket/semeru-jre.json index 0a9f54b0862..91394a6f6f8 100644 --- a/bucket/semeru-jre.json +++ b/bucket/semeru-jre.json @@ -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": "20.0.2-9-0.40.0", + "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/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" + "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-20.0.2+9-jre", + "extract_dir": "jdk-22.0.2+9-jre", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" }, "checkver": { - "github": "https://github.com/ibmruntimes/semeru20-binaries", + "github": "https://github.com/ibmruntimes/semeru22-binaries", "regex": "(?jdk-(?(?[\\d]+)[\\d.]+)(?:\\%2B|\\+)(?[\\d]+)(?[\\d.]*)(?:(?_openj9?)(?-[\\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" + "url": "https://github.com/ibmruntimes/semeru22-binaries/releases/download/$matchTag/ibm-semeru-open-jre_x64_windows_$matchMajor_$matchBuild$matchPatch_openj9$matchJvmver.zip" } }, "hash": { diff --git a/bucket/semeru-lts-jdk.json b/bucket/semeru-lts-jdk.json index 07621e864af..93415369ebe 100644 --- a/bucket/semeru-lts-jdk.json +++ b/bucket/semeru-lts-jdk.json @@ -1,33 +1,33 @@ { "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": "17.0.12-7-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/semeru17-binaries/releases/download/jdk-17.0.12%2B7_openj9-0.46.1/ibm-semeru-open-jdk_x64_windows_17.0.12_7_openj9-0.46.1.zip", - "hash": "ee3aa0126ad3db6e3651b1bb874880cfcac18d6f7c72fd54fd8cb95684f26501" + "url": "https://github.com/ibmruntimes/semeru21-binaries/releases/download/jdk-21.0.4+7_openj9-0.46.0/ibm-semeru-open-jdk_x64_windows_21.0.4_7_openj9-0.46.0.zip", + "hash": "11d413da5552ad6debe7f9da76d721607629928fa05828afdb199b40dab79337" } }, - "extract_dir": "jdk-17.0.12+7", + "extract_dir": "jdk-21.0.4+7", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" }, "checkver": { - "github": "https://github.com/ibmruntimes/semeru17-binaries", + "github": "https://github.com/ibmruntimes/semeru21-binaries", "regex": "(?jdk-(?(?[\\d]+)[\\d.]+)(?:\\%2B|\\+)(?[\\d]+)(?[\\d.]*)(?:(?_openj9?)(?-[\\d.]+(?:-m[\\d]+)?))?)", "replace": "${major}-${build}${patch}${jvmver}" }, "autoupdate": { "architecture": { "64bit": { - "url": "https://github.com/ibmruntimes/semeru17-binaries/releases/download/$matchTag/ibm-semeru-open-jdk_x64_windows_$matchMajor_$matchBuild$matchPatch_openj9$matchJvmver.zip" + "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", - "find": "^([a-fA-F0-9]+)\\s" + "regex": "^([a-fA-F0-9]+)\\s" }, "extract_dir": "jdk-$matchMajor+$matchBuild" } diff --git a/bucket/semeru-lts-jre.json b/bucket/semeru-lts-jre.json index 13b24600f08..91394a6f6f8 100644 --- a/bucket/semeru-lts-jre.json +++ b/bucket/semeru-lts-jre.json @@ -1,33 +1,33 @@ { "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": "17.0.12-7-0.46.1", + "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/semeru17-binaries/releases/download/jdk-17.0.12%2B7_openj9-0.46.1/ibm-semeru-open-jre_x64_windows_17.0.12_7_openj9-0.46.1.zip", - "hash": "05db8b4dfcc4fd28acb0763fa10fe155d2727e9618aa97eec9a40efc8dee28e9" + "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-17.0.12+7-jre", + "extract_dir": "jdk-22.0.2+9-jre", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" }, "checkver": { - "github": "https://github.com/ibmruntimes/semeru17-binaries", + "github": "https://github.com/ibmruntimes/semeru22-binaries", "regex": "(?jdk-(?(?[\\d]+)[\\d.]+)(?:\\%2B|\\+)(?[\\d]+)(?[\\d.]*)(?:(?_openj9?)(?-[\\d.]+(?:-m[\\d]+)?))?)", "replace": "${major}-${build}${patch}${jvmver}" }, "autoupdate": { "architecture": { "64bit": { - "url": "https://github.com/ibmruntimes/semeru17-binaries/releases/download/$matchTag/ibm-semeru-open-jre_x64_windows_$matchMajor_$matchBuild$matchPatch_openj9$matchJvmver.zip" + "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", - "find": "^([a-fA-F0-9]+)\\s" + "regex": "^([a-fA-F0-9]+)\\s" }, "extract_dir": "jdk-$matchMajor+$matchBuild-jre" } diff --git a/bucket/semeru21-jdk.json b/bucket/semeru21-jdk.json new file mode 100644 index 00000000000..93415369ebe --- /dev/null +++ b/bucket/semeru21-jdk.json @@ -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.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.4+7_openj9-0.46.0/ibm-semeru-open-jdk_x64_windows_21.0.4_7_openj9-0.46.0.zip", + "hash": "11d413da5552ad6debe7f9da76d721607629928fa05828afdb199b40dab79337" + } + }, + "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": "(?jdk-(?(?[\\d]+)[\\d.]+)(?:\\%2B|\\+)(?[\\d]+)(?[\\d.]*)(?:(?_openj9?)(?-[\\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" + } +} diff --git a/bucket/semeru21-jre.json b/bucket/semeru21-jre.json new file mode 100644 index 00000000000..925634620c8 --- /dev/null +++ b/bucket/semeru21-jre.json @@ -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.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.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-21.0.4+7-jre", + "env_add_path": "bin", + "env_set": { + "JAVA_HOME": "$dir" + }, + "checkver": { + "github": "https://github.com/ibmruntimes/semeru20-binaries", + "regex": "(?jdk-(?(?[\\d]+)[\\d.]+)(?:\\%2B|\\+)(?[\\d]+)(?[\\d.]*)(?:(?_openj9?)(?-[\\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" + } +} diff --git a/bucket/semeru22-jdk.json b/bucket/semeru22-jdk.json new file mode 100644 index 00000000000..a03f787ff43 --- /dev/null +++ b/bucket/semeru22-jdk.json @@ -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": "(?jdk-(?(?[\\d]+)[\\d.]+)(?:\\%2B|\\+)(?[\\d]+)(?[\\d.]*)(?:(?_openj9?)(?-[\\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" + } +} diff --git a/bucket/semeru22-jre.json b/bucket/semeru22-jre.json new file mode 100644 index 00000000000..91394a6f6f8 --- /dev/null +++ b/bucket/semeru22-jre.json @@ -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": "(?jdk-(?(?[\\d]+)[\\d.]+)(?:\\%2B|\\+)(?[\\d]+)(?[\\d.]*)(?:(?_openj9?)(?-[\\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" + } +} From 3f957d942bed0e45de794ca5e4ce050742da9e6a Mon Sep 17 00:00:00 2001 From: lancelotliu Date: Thu, 12 Sep 2024 12:13:56 +0800 Subject: [PATCH 2/7] fix semeru-lts-jre with 21 --- bucket/semeru-lts-jre.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/semeru-lts-jre.json b/bucket/semeru-lts-jre.json index 91394a6f6f8..925634620c8 100644 --- a/bucket/semeru-lts-jre.json +++ b/bucket/semeru-lts-jre.json @@ -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": "(?jdk-(?(?[\\d]+)[\\d.]+)(?:\\%2B|\\+)(?[\\d]+)(?[\\d.]*)(?:(?_openj9?)(?-[\\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": { From 23ceba9fdf7de9788881a1895b4c33b3547075ef Mon Sep 17 00:00:00 2001 From: lancelotliu Date: Thu, 12 Sep 2024 12:29:20 +0800 Subject: [PATCH 3/7] fix semeru21-jre checkver --- bucket/semeru21-jre.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bucket/semeru21-jre.json b/bucket/semeru21-jre.json index 925634620c8..78aa0c7e825 100644 --- a/bucket/semeru21-jre.json +++ b/bucket/semeru21-jre.json @@ -15,14 +15,14 @@ "JAVA_HOME": "$dir" }, "checkver": { - "github": "https://github.com/ibmruntimes/semeru20-binaries", + "github": "https://github.com/ibmruntimes/semeru21-binaries", "regex": "(?jdk-(?(?[\\d]+)[\\d.]+)(?:\\%2B|\\+)(?[\\d]+)(?[\\d.]*)(?:(?_openj9?)(?-[\\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" + "url": "https://github.com/ibmruntimes/semeru21-binaries/releases/download/$matchTag/ibm-semeru-open-jre_x64_windows_$matchMajor_$matchBuild$matchPatch_openj9$matchJvmver.zip" } }, "hash": { From 9a60bd7ad0efb5b4124cc4af601ec2302b22144c Mon Sep 17 00:00:00 2001 From: lancelotliu Date: Thu, 12 Sep 2024 12:34:40 +0800 Subject: [PATCH 4/7] fix semeru21-lts-jre checkver --- bucket/semeru-lts-jre.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bucket/semeru-lts-jre.json b/bucket/semeru-lts-jre.json index 925634620c8..78aa0c7e825 100644 --- a/bucket/semeru-lts-jre.json +++ b/bucket/semeru-lts-jre.json @@ -15,14 +15,14 @@ "JAVA_HOME": "$dir" }, "checkver": { - "github": "https://github.com/ibmruntimes/semeru20-binaries", + "github": "https://github.com/ibmruntimes/semeru21-binaries", "regex": "(?jdk-(?(?[\\d]+)[\\d.]+)(?:\\%2B|\\+)(?[\\d]+)(?[\\d.]*)(?:(?_openj9?)(?-[\\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" + "url": "https://github.com/ibmruntimes/semeru21-binaries/releases/download/$matchTag/ibm-semeru-open-jre_x64_windows_$matchMajor_$matchBuild$matchPatch_openj9$matchJvmver.zip" } }, "hash": { From 4e10195a9acb9baf121c52523a5584697ea7d419 Mon Sep 17 00:00:00 2001 From: lancelotliu Date: Wed, 18 Sep 2024 09:55:33 +0800 Subject: [PATCH 5/7] update semeru21/lts to 21.0.4-7-0.46.1 --- bucket/semeru-lts-jdk.json | 6 +++--- bucket/semeru-lts-jre.json | 6 +++--- bucket/semeru21-jdk.json | 6 +++--- bucket/semeru21-jre.json | 6 +++--- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/bucket/semeru-lts-jdk.json b/bucket/semeru-lts-jdk.json index 93415369ebe..e0c3dc762a1 100644 --- a/bucket/semeru-lts-jdk.json +++ b/bucket/semeru-lts-jdk.json @@ -1,12 +1,12 @@ { "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.0", + "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.0/ibm-semeru-open-jdk_x64_windows_21.0.4_7_openj9-0.46.0.zip", - "hash": "11d413da5552ad6debe7f9da76d721607629928fa05828afdb199b40dab79337" + "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", diff --git a/bucket/semeru-lts-jre.json b/bucket/semeru-lts-jre.json index 78aa0c7e825..4bbe9e04253 100644 --- a/bucket/semeru-lts-jre.json +++ b/bucket/semeru-lts-jre.json @@ -1,12 +1,12 @@ { "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.0", + "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.0/ibm-semeru-open-jre_x64_windows_21.0.4_7_openj9-0.46.0.zip", - "hash": "118ee079ac98daa5302952f3efa1bd23006af7d85e5a3199093dac7f365d2201" + "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", diff --git a/bucket/semeru21-jdk.json b/bucket/semeru21-jdk.json index 93415369ebe..e0c3dc762a1 100644 --- a/bucket/semeru21-jdk.json +++ b/bucket/semeru21-jdk.json @@ -1,12 +1,12 @@ { "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.0", + "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.0/ibm-semeru-open-jdk_x64_windows_21.0.4_7_openj9-0.46.0.zip", - "hash": "11d413da5552ad6debe7f9da76d721607629928fa05828afdb199b40dab79337" + "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", diff --git a/bucket/semeru21-jre.json b/bucket/semeru21-jre.json index 78aa0c7e825..4bbe9e04253 100644 --- a/bucket/semeru21-jre.json +++ b/bucket/semeru21-jre.json @@ -1,12 +1,12 @@ { "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.0", + "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.0/ibm-semeru-open-jre_x64_windows_21.0.4_7_openj9-0.46.0.zip", - "hash": "118ee079ac98daa5302952f3efa1bd23006af7d85e5a3199093dac7f365d2201" + "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", From 5e2b6d460ebe812e9a9cc450637c581ee089a3d0 Mon Sep 17 00:00:00 2001 From: lancelotliu Date: Thu, 26 Sep 2024 10:29:27 +0800 Subject: [PATCH 6/7] add semeru23-jdk/jre and update semeru-jdk/jre to 23 --- bucket/semeru-jdk.json | 10 +++++----- bucket/semeru-jre.json | 10 +++++----- bucket/semeru23-jdk.json | 34 ++++++++++++++++++++++++++++++++++ bucket/semeru23-jre.json | 34 ++++++++++++++++++++++++++++++++++ 4 files changed, 78 insertions(+), 10 deletions(-) create mode 100644 bucket/semeru23-jdk.json create mode 100644 bucket/semeru23-jre.json diff --git a/bucket/semeru-jdk.json b/bucket/semeru-jdk.json index a03f787ff43..4664cd11171 100644 --- a/bucket/semeru-jdk.json +++ b/bucket/semeru-jdk.json @@ -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": "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/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", + "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": "2441fc58f68a276a68f99a86f2798d25b9fe8216778bddc81928af77d3dfc400" } }, - "extract_dir": "jdk-22.0.2+9", + "extract_dir": "jdk-23+37", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" }, "checkver": { - "github": "https://github.com/ibmruntimes/semeru22-binaries", + "github": "https://github.com/ibmruntimes/semeru23-binaries", "regex": "(?jdk-(?(?[\\d]+)[\\d.]+)(?:\\%2B|\\+)(?[\\d]+)(?[\\d.]*)(?:(?_openj9?)(?-[\\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" + "url": "https://github.com/ibmruntimes/semeru23-binaries/releases/download/$matchTag/ibm-semeru-open-jdk_x64_windows_$matchMajor_$matchBuild$matchPatch_openj9$matchJvmver.zip" } }, "hash": { diff --git a/bucket/semeru-jre.json b/bucket/semeru-jre.json index 91394a6f6f8..cf2910b9a8e 100644 --- a/bucket/semeru-jre.json +++ b/bucket/semeru-jre.json @@ -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": "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/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", + "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": "2196ccd0e4ea4b22b45c60c1982e994f9f723b7daf5c7de4bafad682750a8c86" } }, - "extract_dir": "jdk-22.0.2+9-jre", + "extract_dir": "jdk-23+37-jre", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" }, "checkver": { - "github": "https://github.com/ibmruntimes/semeru22-binaries", + "github": "https://github.com/ibmruntimes/semeru23-binaries", "regex": "(?jdk-(?(?[\\d]+)[\\d.]+)(?:\\%2B|\\+)(?[\\d]+)(?[\\d.]*)(?:(?_openj9?)(?-[\\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/semeru23-binaries/releases/download/$matchTag/ibm-semeru-open-jre_x64_windows_$matchMajor_$matchBuild$matchPatch_openj9$matchJvmver.zip" } }, "hash": { diff --git a/bucket/semeru23-jdk.json b/bucket/semeru23-jdk.json new file mode 100644 index 00000000000..4664cd11171 --- /dev/null +++ b/bucket/semeru23-jdk.json @@ -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": "2441fc58f68a276a68f99a86f2798d25b9fe8216778bddc81928af77d3dfc400" + } + }, + "extract_dir": "jdk-23+37", + "env_add_path": "bin", + "env_set": { + "JAVA_HOME": "$dir" + }, + "checkver": { + "github": "https://github.com/ibmruntimes/semeru23-binaries", + "regex": "(?jdk-(?(?[\\d]+)[\\d.]+)(?:\\%2B|\\+)(?[\\d]+)(?[\\d.]*)(?:(?_openj9?)(?-[\\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" + } +} diff --git a/bucket/semeru23-jre.json b/bucket/semeru23-jre.json new file mode 100644 index 00000000000..cf2910b9a8e --- /dev/null +++ b/bucket/semeru23-jre.json @@ -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": "2196ccd0e4ea4b22b45c60c1982e994f9f723b7daf5c7de4bafad682750a8c86" + } + }, + "extract_dir": "jdk-23+37-jre", + "env_add_path": "bin", + "env_set": { + "JAVA_HOME": "$dir" + }, + "checkver": { + "github": "https://github.com/ibmruntimes/semeru23-binaries", + "regex": "(?jdk-(?(?[\\d]+)[\\d.]+)(?:\\%2B|\\+)(?[\\d]+)(?[\\d.]*)(?:(?_openj9?)(?-[\\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" + } +} From 2e176de0821a56a5f9ccf264da7ae8462b3ca4f3 Mon Sep 17 00:00:00 2001 From: lancelotliu Date: Thu, 26 Sep 2024 10:31:50 +0800 Subject: [PATCH 7/7] fix semeru23-jdk/jre sha256 --- bucket/semeru-jdk.json | 2 +- bucket/semeru-jre.json | 2 +- bucket/semeru23-jdk.json | 2 +- bucket/semeru23-jre.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/semeru-jdk.json b/bucket/semeru-jdk.json index 4664cd11171..9de7ae68297 100644 --- a/bucket/semeru-jdk.json +++ b/bucket/semeru-jdk.json @@ -6,7 +6,7 @@ "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": "2441fc58f68a276a68f99a86f2798d25b9fe8216778bddc81928af77d3dfc400" + "hash": "98602060a4d3db0fdeab8652661879ea123b2a662d571606a0b16e860d4e9391" } }, "extract_dir": "jdk-23+37", diff --git a/bucket/semeru-jre.json b/bucket/semeru-jre.json index cf2910b9a8e..430f19b7bc8 100644 --- a/bucket/semeru-jre.json +++ b/bucket/semeru-jre.json @@ -6,7 +6,7 @@ "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": "2196ccd0e4ea4b22b45c60c1982e994f9f723b7daf5c7de4bafad682750a8c86" + "hash": "9166816bb4c05513af6415ab4c0a54c3856298d62e1d368a37fc7bf2622b98de" } }, "extract_dir": "jdk-23+37-jre", diff --git a/bucket/semeru23-jdk.json b/bucket/semeru23-jdk.json index 4664cd11171..9de7ae68297 100644 --- a/bucket/semeru23-jdk.json +++ b/bucket/semeru23-jdk.json @@ -6,7 +6,7 @@ "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": "2441fc58f68a276a68f99a86f2798d25b9fe8216778bddc81928af77d3dfc400" + "hash": "98602060a4d3db0fdeab8652661879ea123b2a662d571606a0b16e860d4e9391" } }, "extract_dir": "jdk-23+37", diff --git a/bucket/semeru23-jre.json b/bucket/semeru23-jre.json index cf2910b9a8e..430f19b7bc8 100644 --- a/bucket/semeru23-jre.json +++ b/bucket/semeru23-jre.json @@ -6,7 +6,7 @@ "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": "2196ccd0e4ea4b22b45c60c1982e994f9f723b7daf5c7de4bafad682750a8c86" + "hash": "9166816bb4c05513af6415ab4c0a54c3856298d62e1d368a37fc7bf2622b98de" } }, "extract_dir": "jdk-23+37-jre",