From 3c3051f769ba4dfb8605ef4d384854dcf3901cd0 Mon Sep 17 00:00:00 2001 From: Sefa Eyeoglu Date: Wed, 3 Apr 2024 16:15:47 +0200 Subject: [PATCH] fix: add new LWJGL variant Signed-off-by: Sefa Eyeoglu --- generateMojang.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/generateMojang.py b/generateMojang.py index 74d7e88..65eea73 100755 --- a/generateMojang.py +++ b/generateMojang.py @@ -91,6 +91,8 @@ LOG4J_HASHES = { # We want versions that contain natives for all platforms. If there are multiple, pick the latest one # LWJGL versions we want PASS_VARIANTS = [ + # TODO: needs arm64 for Linux? + "8a9b08f11271eb4de3b50e5d069949500b2c7bc1", # 3.3.3 (2024-04-03 11:49:39+00:00) "765b4ab443051d286bdbb1c19cd7dc86b0792dce", # 3.3.2 (2024-01-17 13:19:20+00:00) "54c4fb1d6a96ac3007c947bf310c8bcf94a862be", # 3.3.1 (2023-04-20 11:55:19+00:00) split natives, with WoA natives "ea4973ebc9eadf059f30f0958c89f330898bff51", # 3.2.2 (2019-07-04 14:41:05+00:00) will be patched, missing tinyfd