Java/bucket/liberica14-jdk.json
Mathias Hermansson df30c27ae4
liberica*: Manifest maintenance (#322)
* liberica*: Add jdk suffix

* liberica17*: Add at version 17-35
2021-10-21 15:09:49 +02:00

22 lines
815 B
JSON

{
"description": "BellSoft Liberica is a 100% open-source Java 14 implementation",
"homepage": "https://bell-sw.com/java",
"version": "14.0.2-13",
"license": "GPL-2.0-only WITH Classpath-exception-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/bell-sw/Liberica/releases/download/14.0.2%2B13/bellsoft-jdk14.0.2%2B13-windows-amd64.zip",
"hash": "sha1:3c0f58130eed549b06992e2e519369f28dd5d63f"
},
"32bit": {
"url": "https://github.com/bell-sw/Liberica/releases/download/14.0.2%2B13/bellsoft-jdk14.0.2%2B13-windows-i586.zip",
"hash": "sha1:cf5faecb7775daabd917b43cdba066da4b657ba5"
}
},
"extract_dir": "jdk-14.0.2",
"env_add_path": "bin",
"env_set": {
"JAVA_HOME": "$dir"
}
}