Java/bucket/sapmachine.json
2019-10-16 12:00:08 +02:00

34 lines
1.2 KiB
JSON

{
"description": "SapMachine: An OpenJDK release maintained and supported by SAP",
"homepage": "https://sap.github.io/SapMachine/",
"version": "11.0.5",
"license": "GPL-2.0-only WITH Classpath-exception-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/SAP/SapMachine/releases/download//sapmachine-11.0.5/sapmachine-jdk-11.0.5_windows-x64_bin.zip",
"hash": "dc0e79b8af329d0502dc40797654325878796d38f4a43ade0124a229389f4746"
}
},
"extract_dir": "sapmachine-jdk-11.0.5",
"env_add_path": "bin",
"env_set": {
"JAVA_HOME": "$dir"
},
"checkver": {
"url": "https://api.github.com/repos/SAP/SapMachine/releases",
"re": "(?<sap>/sapmachine-(?:[\\d.]+)(?:\\%2B|\\+)?(?:[\\d]*)/sapmachine-jdk-(?<version>[\\d.]+)_windows-x64_bin).zip"
},
"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"
}
}