From 5b1489d808c2ee64cca4569a74ffe3f053851932 Mon Sep 17 00:00:00 2001 From: TaqroDev <155534172+TaqroDev@users.noreply.github.com> Date: Thu, 19 Dec 2024 08:02:52 +0800 Subject: [PATCH 1/3] Update llvm-mingw.json Updated to llvm-mingw 20241217 with LLVM 19.1.6 --- bucket/llvm-mingw.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/llvm-mingw.json b/bucket/llvm-mingw.json index 992331fbe3f..b8775433588 100644 --- a/bucket/llvm-mingw.json +++ b/bucket/llvm-mingw.json @@ -5,18 +5,18 @@ "license": "ISC", "architecture": { "64bit": { - "url": "https://github.com/mstorsjo/llvm-mingw/releases/download/20241203/llvm-mingw-20241203-ucrt-x86_64.zip", - "hash": "94155a49058121aba8b84feb123b22ee960c10cbe0b07dbc096b336155841bb1", + "url": "https://github.com/mstorsjo/llvm-mingw/releases/download/20241217/llvm-mingw-20241217-ucrt-x86_64.zip", + "hash": "F4F3AD8616C4183CE7B0D72DF634400945B41EA9816145FC2430DF6003455DB7", "extract_dir": "llvm-mingw-20241203-ucrt-x86_64" }, "32bit": { - "url": "https://github.com/mstorsjo/llvm-mingw/releases/download/20241203/llvm-mingw-20241203-ucrt-i686.zip", - "hash": "07f83a4487c5f68bc804d56ec3ff981170f45f94637d648869baf1423449b8c4", + "url": "https://github.com/mstorsjo/llvm-mingw/releases/download/20241217/llvm-mingw-20241217-ucrt-i686.zip", + "hash": "ADB0FA95184E8E66DDC57F7E445BDACF615556FF6624963E55B9718B819D2370", "extract_dir": "llvm-mingw-20241203-ucrt-i686" }, "arm64": { - "url": "https://github.com/mstorsjo/llvm-mingw/releases/download/20241203/llvm-mingw-20241203-ucrt-aarch64.zip", - "hash": "c5c8e66ebbda166179d737ec6f925d94a0a372d46f54a704e2e6751462ec757a", + "url": "https://github.com/mstorsjo/llvm-mingw/releases/download/20241217/llvm-mingw-20241217-ucrt-aarch64.zip", + "hash": "C926C20D60A0C3251CF1EF9144C5A3EA66B982F0D9F3962CF7AB97A43B5F1F2F", "extract_dir": "llvm-mingw-20241203-ucrt-aarch64" } }, From ee7aca62f5f89fba2aeee7fbc13003c6f4e9a9e2 Mon Sep 17 00:00:00 2001 From: TaqroDev <155534172+TaqroDev@users.noreply.github.com> Date: Thu, 19 Dec 2024 08:08:55 +0800 Subject: [PATCH 2/3] Update llvm-mingw.json update hashes --- bucket/llvm-mingw.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/llvm-mingw.json b/bucket/llvm-mingw.json index b8775433588..e0b717c27ef 100644 --- a/bucket/llvm-mingw.json +++ b/bucket/llvm-mingw.json @@ -6,17 +6,17 @@ "architecture": { "64bit": { "url": "https://github.com/mstorsjo/llvm-mingw/releases/download/20241217/llvm-mingw-20241217-ucrt-x86_64.zip", - "hash": "F4F3AD8616C4183CE7B0D72DF634400945B41EA9816145FC2430DF6003455DB7", + "hash": "f4f3ad8616c4183ce7b0d72df634400945b41ea9816145fc2430df6003455db7", "extract_dir": "llvm-mingw-20241203-ucrt-x86_64" }, "32bit": { "url": "https://github.com/mstorsjo/llvm-mingw/releases/download/20241217/llvm-mingw-20241217-ucrt-i686.zip", - "hash": "ADB0FA95184E8E66DDC57F7E445BDACF615556FF6624963E55B9718B819D2370", + "hash": "adb0fa95184e8e66ddc57f7e445bdacf615556ff6624963e55b9718b819d2370", "extract_dir": "llvm-mingw-20241203-ucrt-i686" }, "arm64": { "url": "https://github.com/mstorsjo/llvm-mingw/releases/download/20241217/llvm-mingw-20241217-ucrt-aarch64.zip", - "hash": "C926C20D60A0C3251CF1EF9144C5A3EA66B982F0D9F3962CF7AB97A43B5F1F2F", + "hash": "c926c20d60a0c3251cf1ef9144c5a3ea66b982f0d9f3962cf7ab97a43b5f1f2f", "extract_dir": "llvm-mingw-20241203-ucrt-aarch64" } }, From a337b86ec8f07a3b66a0bf8e9d96135762b45962 Mon Sep 17 00:00:00 2001 From: TaqroDev <155534172+TaqroDev@users.noreply.github.com> Date: Thu, 19 Dec 2024 08:11:22 +0800 Subject: [PATCH 3/3] Update llvm-mingw.json Update version --- bucket/llvm-mingw.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bucket/llvm-mingw.json b/bucket/llvm-mingw.json index e0b717c27ef..f1b0b111f69 100644 --- a/bucket/llvm-mingw.json +++ b/bucket/llvm-mingw.json @@ -1,7 +1,7 @@ { "homepage": "https://github.com/mstorsjo/llvm-mingw", "description": "An LLVM/Clang/LLD based mingw-w64 GNU toolchain", - "version": "19.1.5-20241203", + "version": "19.1.6-20241217", "license": "ISC", "architecture": { "64bit": {