sapmachine-jre: Update to version 16.0.1

This commit is contained in:
Mathias Hermansson 2021-05-27 09:53:21 +02:00
parent c959f94e42
commit 2c055d2db9

View File

@ -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": "/(?<sap>sapmachine-(?:15[\\d.]*)(?:\\%2B|\\+)?(?:[\\d]*)/sapmachine-jre-(?<version>[\\d.]+)_windows-x64_bin).zip"
"re": "/(?<sap>sapmachine-(?:16[\\d.]*)(?:\\%2B|\\+)?(?:[\\d]*)/sapmachine-jre-(?<version>[\\d.]+)_windows-x64_bin).zip"
},
"autoupdate": {
"architecture": {