update Script Engine to e08b6f893e

This commit is contained in:
Julian Krings 2025-06-16 22:44:15 +02:00
parent b6f9f68b9f
commit 2929a1f0a7
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 = "41396a77d5";
String version = "e08b6f893e";
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");