From a06ad65ca0c37b60bc259a3d0010cc05adafe25f Mon Sep 17 00:00:00 2001 From: "Michael Ziminsky (Z)" Date: Tue, 21 Jun 2022 22:32:14 -0700 Subject: [PATCH] Update Semeru to 18 (#400) --- bucket/semeru-jdk.json | 14 +++++++------- bucket/semeru-jre.json | 14 +++++++------- bucket/semeru18-jdk.json | 34 ++++++++++++++++++++++++++++++++++ bucket/semeru18-jre.json | 34 ++++++++++++++++++++++++++++++++++ 4 files changed, 82 insertions(+), 14 deletions(-) create mode 100644 bucket/semeru18-jdk.json create mode 100644 bucket/semeru18-jre.json diff --git a/bucket/semeru-jdk.json b/bucket/semeru-jdk.json index 034bab0fb..56f255fdc 100644 --- a/bucket/semeru-jdk.json +++ b/bucket/semeru-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.3-7-0.32.0", + "version": "18.0.1.1-2-0.32.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.3+7_openj9-0.32.0/ibm-semeru-open-jdk_x64_windows_17.0.3_7_openj9-0.32.0.zip", - "hash": "d965fba6933531c77784a0f11b0233d0c43ac5ec6d7ed6ed152225f04044de92" + "url": "https://github.com/ibmruntimes/semeru18-binaries/releases/download/jdk-18.0.1.1+2_openj9-0.32.0/ibm-semeru-open-jdk_x64_windows_18.0.1.1_2_openj9-0.32.0.zip", + "hash": "67c664565585318df9b33530a881b174316cb5a56230dafe65214f4b35d96be5" } }, - "extract_dir": "jdk-17.0.3+7", + "extract_dir": "jdk-18.0.1.1+2", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" }, "checkver": { - "github": "https://github.com/ibmruntimes/semeru17-binaries", + "github": "https://github.com/ibmruntimes/semeru18-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/semeru18-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-jre.json b/bucket/semeru-jre.json index 48de5aae3..53ecc5c53 100644 --- a/bucket/semeru-jre.json +++ b/bucket/semeru-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.3-7-0.32.0", + "version": "18.0.1.1-2-0.32.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.3+7_openj9-0.32.0/ibm-semeru-open-jre_x64_windows_17.0.3_7_openj9-0.32.0.zip", - "hash": "db31f434a615d4de198bf5c9a4e5760c283839e4e1608e900d51c72591360ce3" + "url": "https://github.com/ibmruntimes/semeru18-binaries/releases/download/jdk-18.0.1.1+2_openj9-0.32.0/ibm-semeru-open-jre_x64_windows_18.0.1.1_2_openj9-0.32.0.zip", + "hash": "7ca872e75962096d81c117342c4fd2f345d95a0e5f03ecb4dbd15f4d0cf3d401" } }, - "extract_dir": "jdk-17.0.3+7-jre", + "extract_dir": "jdk-18.0.1.1+2-jre", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" }, "checkver": { - "github": "https://github.com/ibmruntimes/semeru17-binaries", + "github": "https://github.com/ibmruntimes/semeru18-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/semeru18-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/semeru18-jdk.json b/bucket/semeru18-jdk.json new file mode 100644 index 000000000..56f255fdc --- /dev/null +++ b/bucket/semeru18-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": "18.0.1.1-2-0.32.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.1.1+2_openj9-0.32.0/ibm-semeru-open-jdk_x64_windows_18.0.1.1_2_openj9-0.32.0.zip", + "hash": "67c664565585318df9b33530a881b174316cb5a56230dafe65214f4b35d96be5" + } + }, + "extract_dir": "jdk-18.0.1.1+2", + "env_add_path": "bin", + "env_set": { + "JAVA_HOME": "$dir" + }, + "checkver": { + "github": "https://github.com/ibmruntimes/semeru18-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/semeru18-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/semeru18-jre.json b/bucket/semeru18-jre.json new file mode 100644 index 000000000..53ecc5c53 --- /dev/null +++ b/bucket/semeru18-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": "18.0.1.1-2-0.32.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.1.1+2_openj9-0.32.0/ibm-semeru-open-jre_x64_windows_18.0.1.1_2_openj9-0.32.0.zip", + "hash": "7ca872e75962096d81c117342c4fd2f345d95a0e5f03ecb4dbd15f4d0cf3d401" + } + }, + "extract_dir": "jdk-18.0.1.1+2-jre", + "env_add_path": "bin", + "env_set": { + "JAVA_HOME": "$dir" + }, + "checkver": { + "github": "https://github.com/ibmruntimes/semeru18-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/semeru18-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" + } +}