Java/bucket/liberica14-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 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-full.zip",
"hash": "sha1:6e46ac6901fbcf6748ddf2b981b4c6f4bda4b354"
},
"32bit": {
"url": "https://github.com/bell-sw/Liberica/releases/download/14.0.2%2B13/bellsoft-jdk14.0.2%2B13-windows-i586-full.zip",
"hash": "sha1:1dc26f3734b388be710e6d85f25aecf8ebaf2fda"
}
},
"extract_dir": "jdk-14.0.2-full",
"env_add_path": "bin",
"env_set": {
"JAVA_HOME": "$dir"
}
}