Java/bucket/sapmachine11-jre.json
2024-10-15 20:19:32 +00:00

36 lines
1.4 KiB
JSON

{
"description": "SapMachine 11: An OpenJDK release maintained and supported by SAP",
"homepage": "https://sap.github.io/SapMachine/",
"version": "11.0.25",
"license": "GPL-2.0-only WITH Classpath-exception-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/SAP/SapMachine/releases/download//sapmachine-11.0.25/sapmachine-jre-11.0.25_windows-x64_bin.zip",
"hash": "54b682c4a2546855b397cb7d6ed0d16f2cf4e8b5637151e9dd38fe549f4d4daa"
}
},
"extract_dir": "sapmachine-jre-11.0.25",
"env_add_path": "bin",
"env_set": {
"JAVA_HOME": "$dir"
},
"checkver": {
"url": "https://sap.github.io/SapMachine/assets/data/sapmachine_releases.json",
"jsonpath": "$.assets.11.releases[0].jre.windows-x64",
"re": "(?<sap>/sapmachine-(?:[\\d.]+)(?:\\%2B|\\+)?(?:[\\d]*)/sapmachine-jre-(?<version>[\\d.]+)(?:(?<dash>-)(?<ea>ea)\\.(?<build>[\\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"
}
}