From 039ac93bebcf7f51e23c70094415f9a5c936bacd Mon Sep 17 00:00:00 2001 From: Bahaa Zaid Date: Thu, 9 Apr 2026 10:54:15 +0200 Subject: [PATCH 1/3] Update wgpu-native to v27.0.4.1 --- pom.xml | 2 +- wgpu-native/wgpu-native-ffm/pom.xml | 2 +- wgpu-native/wgpu-native-macos-aarch64/pom.xml | 2 +- wgpu-native/wgpu-native-windows-amd64/pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 30b02cd..4453ebe 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ UTF-8 - v27.0.4.0 + v27.0.4.1 4.4.0 1.0.0 diff --git a/wgpu-native/wgpu-native-ffm/pom.xml b/wgpu-native/wgpu-native-ffm/pom.xml index ad7ad6d..ea51aad 100644 --- a/wgpu-native/wgpu-native-ffm/pom.xml +++ b/wgpu-native/wgpu-native-ffm/pom.xml @@ -55,7 +55,7 @@ ${wgpu.native.download.base.url}/wgpu-macos-aarch64-release.zip include/** ${project.build.directory}/ - 15367c26fdbe6892db35007d39f3883593384e777360b70e6bd704cb5dedde53 + sha256:214fa6aa3a6d011643f1dcbc5a971db6f9d110f97f94a4c0b7e1e31271ef3b00 diff --git a/wgpu-native/wgpu-native-macos-aarch64/pom.xml b/wgpu-native/wgpu-native-macos-aarch64/pom.xml index ff85e15..2352256 100644 --- a/wgpu-native/wgpu-native-macos-aarch64/pom.xml +++ b/wgpu-native/wgpu-native-macos-aarch64/pom.xml @@ -39,7 +39,7 @@ ${wgpu.native.download.base.url}/wgpu-macos-aarch64-release.zip lib/libwgpu_native.dylib ${project.build.directory}/classes/foreign/macos-aarch64 - 15367c26fdbe6892db35007d39f3883593384e777360b70e6bd704cb5dedde53 + sha256:214fa6aa3a6d011643f1dcbc5a971db6f9d110f97f94a4c0b7e1e31271ef3b00 diff --git a/wgpu-native/wgpu-native-windows-amd64/pom.xml b/wgpu-native/wgpu-native-windows-amd64/pom.xml index 5928ac9..a02d379 100644 --- a/wgpu-native/wgpu-native-windows-amd64/pom.xml +++ b/wgpu-native/wgpu-native-windows-amd64/pom.xml @@ -39,7 +39,7 @@ ${wgpu.native.download.base.url}/wgpu-windows-x86_64-msvc-release.zip lib/wgpu_native.dll ${project.build.directory}/classes/foreign/windows-amd64 - f14ca334b4d253881bde2605bd147f332178d705f56fbd74f81458797c77fce1 + sha256:cbb15ac6499476bd555190922142a466ba91ec9032cc6bef5e59063e829425ea From d51910968957d24d7fc144785ff774d4121389fc Mon Sep 17 00:00:00 2001 From: Bahaa Zaid Date: Thu, 9 Apr 2026 11:17:54 +0200 Subject: [PATCH 2/3] Fix SHA string --- wgpu-native/wgpu-native-ffm/pom.xml | 2 +- wgpu-native/wgpu-native-macos-aarch64/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wgpu-native/wgpu-native-ffm/pom.xml b/wgpu-native/wgpu-native-ffm/pom.xml index ea51aad..4b9fa3d 100644 --- a/wgpu-native/wgpu-native-ffm/pom.xml +++ b/wgpu-native/wgpu-native-ffm/pom.xml @@ -55,7 +55,7 @@ ${wgpu.native.download.base.url}/wgpu-macos-aarch64-release.zip include/** ${project.build.directory}/ - sha256:214fa6aa3a6d011643f1dcbc5a971db6f9d110f97f94a4c0b7e1e31271ef3b00 + 214fa6aa3a6d011643f1dcbc5a971db6f9d110f97f94a4c0b7e1e31271ef3b00 diff --git a/wgpu-native/wgpu-native-macos-aarch64/pom.xml b/wgpu-native/wgpu-native-macos-aarch64/pom.xml index 2352256..6018075 100644 --- a/wgpu-native/wgpu-native-macos-aarch64/pom.xml +++ b/wgpu-native/wgpu-native-macos-aarch64/pom.xml @@ -39,7 +39,7 @@ ${wgpu.native.download.base.url}/wgpu-macos-aarch64-release.zip lib/libwgpu_native.dylib ${project.build.directory}/classes/foreign/macos-aarch64 - sha256:214fa6aa3a6d011643f1dcbc5a971db6f9d110f97f94a4c0b7e1e31271ef3b00 + 214fa6aa3a6d011643f1dcbc5a971db6f9d110f97f94a4c0b7e1e31271ef3b00 From 141703e0f7b7c5f32f855d936f94534df98cb20d Mon Sep 17 00:00:00 2001 From: Bahaa Zaid Date: Thu, 9 Apr 2026 11:31:41 +0200 Subject: [PATCH 3/3] Fix SHA string --- wgpu-native/wgpu-native-windows-amd64/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wgpu-native/wgpu-native-windows-amd64/pom.xml b/wgpu-native/wgpu-native-windows-amd64/pom.xml index a02d379..abe1bfa 100644 --- a/wgpu-native/wgpu-native-windows-amd64/pom.xml +++ b/wgpu-native/wgpu-native-windows-amd64/pom.xml @@ -39,7 +39,7 @@ ${wgpu.native.download.base.url}/wgpu-windows-x86_64-msvc-release.zip lib/wgpu_native.dll ${project.build.directory}/classes/foreign/windows-amd64 - sha256:cbb15ac6499476bd555190922142a466ba91ec9032cc6bef5e59063e829425ea + cbb15ac6499476bd555190922142a466ba91ec9032cc6bef5e59063e829425ea