Java/bucket/liberica15-full-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
830 B
JSON

{
"description": "BellSoft Liberica is a 100% open-source Java 15 implementation",
"homepage": "https://bell-sw.com/java",
"version": "15.0.2-10",
"license": "GPL-2.0-only WITH Classpath-exception-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/bell-sw/Liberica/releases/download/15.0.2%2B10/bellsoft-jdk15.0.2%2B10-windows-amd64-full.zip",
"hash": "sha1:b65614d99eaca4dcb5c97768792a00eb4f12b691"
},
"32bit": {
"url": "https://github.com/bell-sw/Liberica/releases/download/15.0.2%2B10/bellsoft-jdk15.0.2%2B10-windows-i586-full.zip",
"hash": "sha1:2be2872bb770201b1f74f666aef76b1ea162dd66"
}
},
"extract_dir": "jdk-15.0.2-full",
"env_add_path": "bin",
"env_set": {
"JAVA_HOME": "$dir"
}
}