From 4b02c0534ae39667159c5bbd5c882e3dccb947fe Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 00:39:26 +0000 Subject: [PATCH] mingw-mstorsjo-llvm-ucrt: Update to version 19.1.5-20241203 --- bucket/mingw-mstorsjo-llvm-ucrt.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/bucket/mingw-mstorsjo-llvm-ucrt.json b/bucket/mingw-mstorsjo-llvm-ucrt.json index 20deae2211..924df25210 100644 --- a/bucket/mingw-mstorsjo-llvm-ucrt.json +++ b/bucket/mingw-mstorsjo-llvm-ucrt.json @@ -1,23 +1,23 @@ { - "version": "19.1.4-20241119", + "version": "19.1.5-20241203", "description": "LLVM toolchain based on mingw-w64. (UCRT, mstorsjo build)", "homepage": "https://github.com/mstorsjo/llvm-mingw/", "license": "GPL-3.0-or-later,ZPL-2.1,Apache-2.0 WITH LLVM-exception,ISC", "architecture": { "64bit": { - "url": "https://github.com/mstorsjo/llvm-mingw/releases/download/20241119/llvm-mingw-20241119-ucrt-x86_64.zip", - "hash": "bf13e5c4582b5319168afda3354db2b9b07e23ca1ca877a2c20c7333197c3b45", - "extract_dir": "llvm-mingw-20241119-ucrt-x86_64" + "url": "https://github.com/mstorsjo/llvm-mingw/releases/download/20241203/llvm-mingw-20241203-ucrt-x86_64.zip", + "hash": "94155a49058121aba8b84feb123b22ee960c10cbe0b07dbc096b336155841bb1", + "extract_dir": "llvm-mingw-20241203-ucrt-x86_64" }, "32bit": { - "url": "https://github.com/mstorsjo/llvm-mingw/releases/download/20241119/llvm-mingw-20241119-ucrt-i686.zip", - "hash": "60eacd61148afc793448a0d8c486ed9a3f8b42dd9e97552f36155755baf041b7", - "extract_dir": "llvm-mingw-20241119-ucrt-i686" + "url": "https://github.com/mstorsjo/llvm-mingw/releases/download/20241203/llvm-mingw-20241203-ucrt-i686.zip", + "hash": "07f83a4487c5f68bc804d56ec3ff981170f45f94637d648869baf1423449b8c4", + "extract_dir": "llvm-mingw-20241203-ucrt-i686" }, "arm64": { - "url": "https://github.com/mstorsjo/llvm-mingw/releases/download/20241119/llvm-mingw-20241119-ucrt-aarch64.zip", - "hash": "11b19a022a9fe4060770ee4159f9ae848cd6159c26fff51f01d0b2177c8cc2c5", - "extract_dir": "llvm-mingw-20241119-ucrt-aarch64" + "url": "https://github.com/mstorsjo/llvm-mingw/releases/download/20241203/llvm-mingw-20241203-ucrt-aarch64.zip", + "hash": "c5c8e66ebbda166179d737ec6f925d94a0a372d46f54a704e2e6751462ec757a", + "extract_dir": "llvm-mingw-20241203-ucrt-aarch64" } }, "post_install": "Copy-Item \"$dir\\bin\\mingw32-make.exe\" \"$dir\\bin\\make.exe\"",