diff --git a/bucket/sapmachine-jre.json b/bucket/sapmachine-jre.json index 32ccd8b3c..adaa96c27 100644 --- a/bucket/sapmachine-jre.json +++ b/bucket/sapmachine-jre.json @@ -1,22 +1,22 @@ { "description": "SapMachine: An OpenJDK release maintained and supported by SAP", "homepage": "https://sap.github.io/SapMachine/", - "version": "14.0.2", + "version": "15.0.1", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/SAP/SapMachine/releases/download/sapmachine-14.0.2/sapmachine-jre-14.0.2_windows-x64_bin.zip", - "hash": "d67a65a8e475de6b6ac020c4e65869a513df67c4a2d3e1e2f4a4c9728e8f6df6" + "url": "https://github.com/SAP/SapMachine/releases/download/sapmachine-15.0.1/sapmachine-jre-15.0.1_windows-x64_bin.zip", + "hash": "f5e12f38345a7e1623f910082ea404923548a9a7af4962c6e451694c17e07848" } }, - "extract_dir": "sapmachine-jre-14.0.2", + "extract_dir": "sapmachine-jre-15.0.1", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" }, "checkver": { "url": "https://api.github.com/repos/SAP/SapMachine/releases", - "re": "/(?sapmachine-(?:14[\\d.]*)(?:\\%2B|\\+)?(?:[\\d]*)/sapmachine-jre-(?[\\d.]+)_windows-x64_bin).zip" + "re": "/(?sapmachine-(?:15[\\d.]*)(?:\\%2B|\\+)?(?:[\\d]*)/sapmachine-jre-(?[\\d.]+)_windows-x64_bin).zip" }, "autoupdate": { "architecture": { diff --git a/bucket/sapmachine.json b/bucket/sapmachine.json index 7d270a51c..197115e14 100644 --- a/bucket/sapmachine.json +++ b/bucket/sapmachine.json @@ -1,22 +1,22 @@ { "description": "SapMachine: An OpenJDK release maintained and supported by SAP", "homepage": "https://sap.github.io/SapMachine/", - "version": "14.0.2", + "version": "15.0.1", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/SAP/SapMachine/releases/download/sapmachine-14.0.2/sapmachine-jdk-14.0.2_windows-x64_bin.zip", - "hash": "8bc286bdce3a074a4707ea6e5c7bc3b1b1c2d083813129df44f6239b00f22fad" + "url": "https://github.com/SAP/SapMachine/releases/download/sapmachine-15.0.1/sapmachine-jdk-15.0.1_windows-x64_bin.zip", + "hash": "8cef4a529548dc6457108dc64c894a6e11ae88fc477953ebf5a01adc8ab091fd" } }, - "extract_dir": "sapmachine-jdk-14.0.2", + "extract_dir": "sapmachine-jdk-15.0.1", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" }, "checkver": { "url": "https://api.github.com/repos/SAP/SapMachine/releases", - "re": "/(?sapmachine-(?:14[\\d.]*)(?:\\%2B|\\+)?(?:[\\d]*)/sapmachine-jdk-(?[\\d.]+)_windows-x64_bin).zip" + "re": "/(?sapmachine-(?:15[\\d.]*)(?:\\%2B|\\+)?(?:[\\d]*)/sapmachine-jdk-(?[\\d.]+)_windows-x64_bin).zip" }, "autoupdate": { "architecture": { diff --git a/bucket/sapmachine14-jre.json b/bucket/sapmachine14-jre.json index 67ea14691..7b7082f3d 100644 --- a/bucket/sapmachine14-jre.json +++ b/bucket/sapmachine14-jre.json @@ -13,22 +13,5 @@ "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" - }, - "checkver": { - "url": "https://api.github.com/repos/SAP/SapMachine/releases", - "re": "(?/sapmachine-(?:14[\\d.]*)(?:\\%2B|\\+)?(?:[\\d]*)/sapmachine-jre-(?[\\d.]+)(?:(?-)(?ea)\\.(?[\\d]+))?_windows-x64_bin).zip", - "replace": "${version}${dash}${build}${dash}${ea}" - }, - "autoupdate": { - "architecture": { - "64bit": { - "url": "https://github.com/SAP/SapMachine/releases/download/$matchSap.zip" - } - }, - "hash": { - "url": "https://github.com/SAP/SapMachine/releases/download/$matchSap.sha256.txt", - "find": "^($sha256)\\s" - }, - "extract_dir": "sapmachine-jre-$matchVersion" } } diff --git a/bucket/sapmachine14.json b/bucket/sapmachine14.json index ce2294f92..5c1873eb3 100644 --- a/bucket/sapmachine14.json +++ b/bucket/sapmachine14.json @@ -13,22 +13,5 @@ "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" - }, - "checkver": { - "url": "https://api.github.com/repos/SAP/SapMachine/releases", - "re": "(?/sapmachine-(?:14[\\d.]*)(?:\\%2B|\\+)?(?:[\\d]*)/sapmachine-jdk-(?[\\d.]+)(?:(?-)(?ea)\\.(?[\\d]+))?_windows-x64_bin).zip", - "replace": "${version}${dash}${build}${dash}${ea}" - }, - "autoupdate": { - "architecture": { - "64bit": { - "url": "https://github.com/SAP/SapMachine/releases/download/$matchSap.zip" - } - }, - "hash": { - "url": "https://github.com/SAP/SapMachine/releases/download/$matchSap.sha256.txt", - "find": "^($sha256)\\s" - }, - "extract_dir": "sapmachine-jdk-$matchVersion" } }