Java/bucket/liberica14-jre.json
Mathias Hermansson 53bce7117f
Liberica: Manifest maintenance (#211)
* liberica14: Remove autoupdate

* liberica15: Add manifests
2020-11-01 17:25:20 +01: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-jre14.0.2%2B13-windows-amd64.zip",
"hash": "sha1:2763da8f92503ae0fd48cf131fccd1bb300468c3"
},
"32bit": {
"url": "https://github.com/bell-sw/Liberica/releases/download/14.0.2%2B13/bellsoft-jre14.0.2%2B13-windows-i586.zip",
"hash": "sha1:a8746607277ee8a4f1cfe0ae054661c0077d930b"
}
},
"extract_dir": "jre-14.0.2",
"env_add_path": "bin",
"env_set": {
"JAVA_HOME": "$dir"
}
}