From 7bf40a796231593c8a40e1d5bf2479657a4d9ea8 Mon Sep 17 00:00:00 2001 From: Mathias Hermansson Date: Thu, 20 Jan 2022 12:09:39 +0100 Subject: [PATCH] gluon-openjfx-sdk: Update to version 17.0.2 --- 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 ffd667b39..7aa11432b 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.1", + "version": "17.0.2", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "suggest": { "JDK": "java/openjdk" }, "architecture": { "64bit": { - "url": "https://download2.gluonhq.com/openjfx/17.0.1/openjfx-17.0.1_windows-x64_bin-sdk.zip", - "hash": "b47439c5c47f98a2d9f88202c5aef5318544127089c8226641d401e22cf9ffcf" + "url": "https://download2.gluonhq.com/openjfx/17.0.2/openjfx-17.0.2_windows-x64_bin-sdk.zip", + "hash": "6a581e7220bd843005bb76cb18c681ee067c6e364d50f2b204281ec2507339b3" }, "32bit": { - "url": "https://download2.gluonhq.com/openjfx/17.0.1/openjfx-17.0.1_windows-x86_bin-sdk.zip", - "hash": "b0d9c8abe10b2c990e3759b175627b2db7135d51a771123caf325b5e4176687d" + "url": "https://download2.gluonhq.com/openjfx/17.0.2/openjfx-17.0.2_windows-x86_bin-sdk.zip", + "hash": "e7551c951513f5b8e53eeadb1fd12d0ae2e322fc1a533720f09c8e2d8e470217" } }, - "extract_dir": "javafx-sdk-17.0.1", + "extract_dir": "javafx-sdk-17.0.2", "env_set": { "PATH_TO_FX": "$dir\\lib" },