Java/bucket/liberica12-lite-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
805 B
JSON

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