From b0f6fb9eb66f932ff95dfcc3b0d16b8e5837bde8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 00:33:11 +0000 Subject: [PATCH] mingw-mstorsjo-llvm-ucrt: Update to version 17.0.4-20231031 --- 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 100d7adf5f..f5f773458d 100644 --- a/bucket/mingw-mstorsjo-llvm-ucrt.json +++ b/bucket/mingw-mstorsjo-llvm-ucrt.json @@ -1,23 +1,23 @@ { - "version": "17.0.3-20231017", + "version": "17.0.4-20231031", "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/20231017/llvm-mingw-20231017-ucrt-x86_64.zip", - "hash": "0eff5a5e1f2a84d522bf3aba1a914299d122b2660f332d12ee65ecb78a91f796", - "extract_dir": "llvm-mingw-20231017-ucrt-x86_64" + "url": "https://github.com/mstorsjo/llvm-mingw/releases/download/20231031/llvm-mingw-20231031-ucrt-x86_64.zip", + "hash": "b9deb02aca5a9625d17dc0ac1bfc21ba3a4b9f7521002836e3fe248cfddc5ae6", + "extract_dir": "llvm-mingw-20231031-ucrt-x86_64" }, "32bit": { - "url": "https://github.com/mstorsjo/llvm-mingw/releases/download/20231017/llvm-mingw-20231017-ucrt-i686.zip", - "hash": "2e788bfb2f8268cfd8f59ed8a5fec84b6a15c790f2513b397d19d8b64cec9a59", - "extract_dir": "llvm-mingw-20231017-ucrt-i686" + "url": "https://github.com/mstorsjo/llvm-mingw/releases/download/20231031/llvm-mingw-20231031-ucrt-i686.zip", + "hash": "521377f8a49292fec15ea622d497ad12e9ce12956246d210cea68792391ff115", + "extract_dir": "llvm-mingw-20231031-ucrt-i686" }, "arm64": { - "url": "https://github.com/mstorsjo/llvm-mingw/releases/download/20231017/llvm-mingw-20231017-ucrt-aarch64.zip", - "hash": "13d6eb2e7c9eb3556632bd0152296a44908dab416143dc056a54202a2a2676e9", - "extract_dir": "llvm-mingw-20231017-ucrt-aarch64" + "url": "https://github.com/mstorsjo/llvm-mingw/releases/download/20231031/llvm-mingw-20231031-ucrt-aarch64.zip", + "hash": "4f905354249e0a559e0e64407a78a1d42c45eef5e58382c0fa955e55f82ad5de", + "extract_dir": "llvm-mingw-20231031-ucrt-aarch64" } }, "post_install": "Copy-Item \"$dir\\bin\\mingw32-make.exe\" \"$dir\\bin\\make.exe\"",