gluon-openjfx-sdk: Update to version 18

This commit is contained in:
Mathias Hermansson 2022-03-15 15:17:39 +01:00
parent c93a245f93
commit 84b5ed83c1

View File

@ -1,22 +1,22 @@
{
"description": "OpenJFX is an open source, next generation client application platform for desktop, mobile and embedded systems built on Java.",
"homepage": "https://openjfx.io/",
"version": "17.0.2",
"version": "18",
"license": "GPL-2.0-only WITH Classpath-exception-2.0",
"suggest": {
"JDK": "java/openjdk"
},
"architecture": {
"64bit": {
"url": "https://download2.gluonhq.com/openjfx/17.0.2/openjfx-17.0.2_windows-x64_bin-sdk.zip",
"hash": "6a581e7220bd843005bb76cb18c681ee067c6e364d50f2b204281ec2507339b3"
"url": "https://download2.gluonhq.com/openjfx/18/openjfx-18_windows-x64_bin-sdk.zip",
"hash": "8a978413b2fdd42dcb7ccdc6c3a8d4ac16495e63407beb9f47ef62f9ea88d266"
},
"32bit": {
"url": "https://download2.gluonhq.com/openjfx/17.0.2/openjfx-17.0.2_windows-x86_bin-sdk.zip",
"hash": "e7551c951513f5b8e53eeadb1fd12d0ae2e322fc1a533720f09c8e2d8e470217"
"url": "https://download2.gluonhq.com/openjfx/18/openjfx-18_windows-x86_bin-sdk.zip",
"hash": "c063f9fbfc0c8029843acaa3d0db976f370a7c43c54cb51b03223a0a5520c467"
}
},
"extract_dir": "javafx-sdk-17.0.2",
"extract_dir": "javafx-sdk-18",
"env_set": {
"PATH_TO_FX": "$dir\\lib"
},