Java/bucket/sapmachine15-jre.json
Mathias Hermansson 892766405c
sapmachine*: Manifest maintenance (#264)
* sapmachine16: Add manifests

* sapmachine17: Add manifests

* sapmachine15: Remove autoupdate
2021-04-06 19:22:48 +02:00

18 lines
632 B
JSON

{
"description": "SapMachine 15: An OpenJDK release maintained and supported by SAP",
"homepage": "https://sap.github.io/SapMachine/",
"version": "15.0.2",
"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"
}
},
"extract_dir": "sapmachine-jre-15.0.2",
"env_add_path": "bin",
"env_set": {
"JAVA_HOME": "$dir"
}
}