From 2c055d2db9d8319bc8da039ecebcd06e29a5e575 Mon Sep 17 00:00:00 2001 From: Mathias Hermansson Date: Thu, 27 May 2021 09:53:21 +0200 Subject: [PATCH] sapmachine-jre: Update to version 16.0.1 --- bucket/sapmachine-jre.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/sapmachine-jre.json b/bucket/sapmachine-jre.json index 23777809c..3284d2a4a 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": "15.0.2", + "version": "16.0.1", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://github.com/SAP/SapMachine/releases/download/sapmachine-15.0.2/sapmachine-jre-15.0.2_windows-x64_bin.zip", - "hash": "7bd44564ac04d300c5389b2c8ec3bf8131dc61ccb08c3022a476e359e2dd16c4" + "url": "https://github.com/SAP/SapMachine/releases/download/sapmachine-16.0.1/sapmachine-jre-16.0.1_windows-x64_bin.zip", + "hash": "19fb2d5affdbbf4cf1de9d20210708c777cde2c28f76a845d5c7b60d81980f2c" } }, - "extract_dir": "sapmachine-jre-15.0.2", + "extract_dir": "sapmachine-jre-16.0.1", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" }, "checkver": { "url": "https://api.github.com/repos/SAP/SapMachine/releases", - "re": "/(?sapmachine-(?:15[\\d.]*)(?:\\%2B|\\+)?(?:[\\d]*)/sapmachine-jre-(?[\\d.]+)_windows-x64_bin).zip" + "re": "/(?sapmachine-(?:16[\\d.]*)(?:\\%2B|\\+)?(?:[\\d]*)/sapmachine-jre-(?[\\d.]+)_windows-x64_bin).zip" }, "autoupdate": { "architecture": {