From a3cb8719285a7ccdc847a9ed4d2829770e1fed64 Mon Sep 17 00:00:00 2001 From: Glavo Date: Wed, 9 Apr 2025 01:27:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20RISC-V=20=E5=B9=B3?= =?UTF-8?q?=E5=8F=B0=E6=B8=B8=E6=88=8F=E8=AF=86=E5=88=AB=20CPU=20=E5=90=8D?= =?UTF-8?q?=E7=A7=B0=E5=87=BA=E9=94=99=E7=9A=84=E9=97=AE=E9=A2=98=20(#3806?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HMCL/src/main/resources/assets/natives.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/HMCL/src/main/resources/assets/natives.json b/HMCL/src/main/resources/assets/natives.json index 13c2a1d74..33024daa3 100644 --- a/HMCL/src/main/resources/assets/natives.json +++ b/HMCL/src/main/resources/assets/natives.json @@ -3979,6 +3979,17 @@ } } }, + "com.github.oshi:oshi-core:6.6.5": { + "name": "com.github.oshi:oshi-core:6.8.0", + "downloads": { + "artifact": { + "path": "com/github/oshi/oshi-core/6.8.0/oshi-core-6.8.0.jar", + "url": "https://repo1.maven.org/maven2/com/github/oshi/oshi-core/6.8.0/oshi-core-6.8.0.jar", + "sha1": "004d12fac84286063e6842688610b8b2d43924a4", + "size": 1011309 + } + } + }, "net.java.jinput:jinput-platform:2.0.5:natives": null, "com.mojang:text2speech:1.10.3:natives": null, "com.mojang:text2speech:1.11.3:natives": null,