gluon-openjfx-sdk: Update to version 18.0.1

This commit is contained in:
Mathias Hermansson 2022-04-20 10:39:17 +02:00
parent d5d49b9b0d
commit 601a7b71b8

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": "18",
"version": "18.0.1",
"license": "GPL-2.0-only WITH Classpath-exception-2.0",
"suggest": {
"JDK": "java/openjdk"
},
"architecture": {
"64bit": {
"url": "https://download2.gluonhq.com/openjfx/18/openjfx-18_windows-x64_bin-sdk.zip",
"hash": "8a978413b2fdd42dcb7ccdc6c3a8d4ac16495e63407beb9f47ef62f9ea88d266"
"url": "https://download2.gluonhq.com/openjfx/18.0.1/openjfx-18.0.1_windows-x64_bin-sdk.zip",
"hash": "07841e6fdf33adc9e9ea95829fdb39f09b7e483d8cd8a29ace474961bc676272"
},
"32bit": {
"url": "https://download2.gluonhq.com/openjfx/18/openjfx-18_windows-x86_bin-sdk.zip",
"hash": "c063f9fbfc0c8029843acaa3d0db976f370a7c43c54cb51b03223a0a5520c467"
"url": "https://download2.gluonhq.com/openjfx/18.0.1/openjfx-18.0.1_windows-x86_bin-sdk.zip",
"hash": "538e21a004ef161552aa055730df95031a53edc6faa7ea7b1d1bc869dc6f2a20"
}
},
"extract_dir": "javafx-sdk-18",
"extract_dir": "javafx-sdk-18.0.1",
"env_set": {
"PATH_TO_FX": "$dir\\lib"
},