update Script Engine to 41396a77d5

This commit is contained in:
Julian Krings 2025-04-28 21:40:44 +02:00
parent 8eb35aa8be
commit 5958bcb22e
No known key found for this signature in database
GPG Key ID: 208C6E08C3B718D2

View File

@ -42,7 +42,7 @@ public class ExecutionEnvironment {
@SneakyThrows
private static URLClassLoader buildLoader() {
String version = "b5e2cc6e";
String version = "41396a77d5";
String url = BASE_URL.formatted(version, version);
String hash = IO.hash("Iris-Scripts.jar@" + version);
var file = Iris.instance.getDataFile("cache", hash.substring(0, 2), hash.substring(3, 5), hash + ".jar");