From 0baa34d4e74132753e3e865488a7ba1612de9ae7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 19 Mar 2025 16:29:46 +0000 Subject: [PATCH] mingw-mstorsjo-llvm-ucrt: Update to version 20.1.1-20250319 --- 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 2e3ec817d3..1054f80579 100644 --- a/bucket/mingw-mstorsjo-llvm-ucrt.json +++ b/bucket/mingw-mstorsjo-llvm-ucrt.json @@ -1,23 +1,23 @@ { - "version": "20.1.0-20250305", + "version": "20.1.1-20250319", "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/20250305/llvm-mingw-20250305-ucrt-x86_64.zip", - "hash": "d955112db27ebbefec0b1fc77d4fcfe7b51ed767912e74e4e00b4a63e9d3ac97", - "extract_dir": "llvm-mingw-20250305-ucrt-x86_64" + "url": "https://github.com/mstorsjo/llvm-mingw/releases/download/20250319/llvm-mingw-20250319-ucrt-x86_64.zip", + "hash": "990d407490dac9ef171a7d1f27b8c247d42543378d53454ef3f909947f7883ae", + "extract_dir": "llvm-mingw-20250319-ucrt-x86_64" }, "32bit": { - "url": "https://github.com/mstorsjo/llvm-mingw/releases/download/20250305/llvm-mingw-20250305-ucrt-i686.zip", - "hash": "8b4ba9d592f68dc1ebe89c4c9caec57ef98f7f418f7264c6272cf2fd404c6618", - "extract_dir": "llvm-mingw-20250305-ucrt-i686" + "url": "https://github.com/mstorsjo/llvm-mingw/releases/download/20250319/llvm-mingw-20250319-ucrt-i686.zip", + "hash": "4b6d46e6eff3263a769b4f154fe82c1fc2bd8bcf5e667ee56979aae328600c19", + "extract_dir": "llvm-mingw-20250319-ucrt-i686" }, "arm64": { - "url": "https://github.com/mstorsjo/llvm-mingw/releases/download/20250305/llvm-mingw-20250305-ucrt-aarch64.zip", - "hash": "3866457304a5f8ebf7c31e63d6dc1c05cc5bc33e4ab2e4cc8572c25c68c4e210", - "extract_dir": "llvm-mingw-20250305-ucrt-aarch64" + "url": "https://github.com/mstorsjo/llvm-mingw/releases/download/20250319/llvm-mingw-20250319-ucrt-aarch64.zip", + "hash": "5c13a9c82a1e3782789ec24220ad17c3804c2d53decbc795c11dc68adefc6055", + "extract_dir": "llvm-mingw-20250319-ucrt-aarch64" } }, "post_install": "Copy-Item \"$dir\\bin\\mingw32-make.exe\" \"$dir\\bin\\make.exe\"",