From 84b5ed83c111be78be16a1c445a17407dc175914 Mon Sep 17 00:00:00 2001 From: Mathias Hermansson Date: Tue, 15 Mar 2022 15:17:39 +0100 Subject: [PATCH] gluon-openjfx-sdk: Update to version 18 --- bucket/gluon-openjfx-sdk.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/gluon-openjfx-sdk.json b/bucket/gluon-openjfx-sdk.json index 7aa11432b..501445329 100644 --- a/bucket/gluon-openjfx-sdk.json +++ b/bucket/gluon-openjfx-sdk.json @@ -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" },