From d5d49b9b0d88bbb7ca4a70d8aefd0103fc0467b1 Mon Sep 17 00:00:00 2001 From: Mathias Hermansson Date: Wed, 20 Apr 2022 10:39:17 +0200 Subject: [PATCH] gluon-openjfx-jmods: Update to version 18.0.1 --- bucket/gluon-openjfx-jmods.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/gluon-openjfx-jmods.json b/bucket/gluon-openjfx-jmods.json index 9dcc84288..9fec97b4d 100644 --- a/bucket/gluon-openjfx-jmods.json +++ b/bucket/gluon-openjfx-jmods.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": "18", + "version": "18.0.1", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "suggest": { "JFX": "java/gluon-openjfx-sdk" }, "architecture": { "64bit": { - "url": "https://download2.gluonhq.com/openjfx/18/openjfx-18_windows-x64_bin-jmods.zip", - "hash": "cf41a110934b1c3b87e43222e5adfeec810c557ad92f7491e52347f9e4886e53" + "url": "https://download2.gluonhq.com/openjfx/18.0.1/openjfx-18.0.1_windows-x64_bin-jmods.zip", + "hash": "4b09cc85e2f9bc2343bc59b1b81e37b6db419321defd75cbbdae66bd0d1b328c" }, "32bit": { - "url": "https://download2.gluonhq.com/openjfx/18/openjfx-18_windows-x86_bin-jmods.zip", - "hash": "91b84b91c93cf5b1117a3e51c3c581440808698e5281a03e86a04e4e03cf8e20" + "url": "https://download2.gluonhq.com/openjfx/18.0.1/openjfx-18.0.1_windows-x86_bin-jmods.zip", + "hash": "2d93c91400855e53cb527b43561048893f795215c9584cca53485b15dc1e6498" } }, - "extract_dir": "javafx-jmods-18", + "extract_dir": "javafx-jmods-18.0.1", "env_set": { "PATH_TO_FX_MODS": "$dir" },