From 5a2a136fe96fc9e2d64ded636b1cec1149959b04 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 20:28:49 +0000 Subject: [PATCH] mingw-mstorsjo-llvm-ucrt: Update to version 19.1.1-20241001 --- 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 c6185ef9f3..cf3e6d515f 100644 --- a/bucket/mingw-mstorsjo-llvm-ucrt.json +++ b/bucket/mingw-mstorsjo-llvm-ucrt.json @@ -1,23 +1,23 @@ { - "version": "19.1.0-20240917", + "version": "19.1.1-20241001", "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/20240917/llvm-mingw-20240917-ucrt-x86_64.zip", - "hash": "7e11dfc9c576046dd2eb37187b6f2fd1ace8f2e2259ee6434174262d62ecaee2", - "extract_dir": "llvm-mingw-20240917-ucrt-x86_64" + "url": "https://github.com/mstorsjo/llvm-mingw/releases/download/20241001/llvm-mingw-20241001-ucrt-x86_64.zip", + "hash": "09b9aecf4a9ceb4ad942aa8b6b6126895678383532f565e26219adc493e50466", + "extract_dir": "llvm-mingw-20241001-ucrt-x86_64" }, "32bit": { - "url": "https://github.com/mstorsjo/llvm-mingw/releases/download/20240917/llvm-mingw-20240917-ucrt-i686.zip", - "hash": "ea45344a082098bb57623a6e1fa9b461a6c51e415770ea696d3527e0c0deb6ec", - "extract_dir": "llvm-mingw-20240917-ucrt-i686" + "url": "https://github.com/mstorsjo/llvm-mingw/releases/download/20241001/llvm-mingw-20241001-ucrt-i686.zip", + "hash": "db7a702030d8b7248c379bd8f22053d2fce19d0505a299ebf16e2315f7664614", + "extract_dir": "llvm-mingw-20241001-ucrt-i686" }, "arm64": { - "url": "https://github.com/mstorsjo/llvm-mingw/releases/download/20240917/llvm-mingw-20240917-ucrt-aarch64.zip", - "hash": "14d662fc8d7b40f0cfd062ef5f3e8cbbc1b643004d9a20d1eb9b1e212e1782ef", - "extract_dir": "llvm-mingw-20240917-ucrt-aarch64" + "url": "https://github.com/mstorsjo/llvm-mingw/releases/download/20241001/llvm-mingw-20241001-ucrt-aarch64.zip", + "hash": "21392fb193ada73bd2921957242a136b71fe8bfcd7af6e41089d034a149c0ff6", + "extract_dir": "llvm-mingw-20241001-ucrt-aarch64" } }, "post_install": "Copy-Item \"$dir\\bin\\mingw32-make.exe\" \"$dir\\bin\\make.exe\"",