From 3cf8045b95c797f4a1d4cabe0d7dca7b1413fead Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 19 Jun 2024 20:25:59 +0000 Subject: [PATCH] mingw-mstorsjo-llvm-ucrt: Update to version 18.1.8-20240619 --- 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 5698b62c55..838ab80d9c 100644 --- a/bucket/mingw-mstorsjo-llvm-ucrt.json +++ b/bucket/mingw-mstorsjo-llvm-ucrt.json @@ -1,23 +1,23 @@ { - "version": "18.1.7-20240606", + "version": "18.1.8-20240619", "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/20240606/llvm-mingw-20240606-ucrt-x86_64.zip", - "hash": "388a876f904314ccaa28b5993de6aff8496488f170b9f6d291a9d66067a13acc", - "extract_dir": "llvm-mingw-20240606-ucrt-x86_64" + "url": "https://github.com/mstorsjo/llvm-mingw/releases/download/20240619/llvm-mingw-20240619-ucrt-x86_64.zip", + "hash": "810703594a7e3eea03385b5329c7ea3bd65f5e496b44cf1b68c17ff436d265e7", + "extract_dir": "llvm-mingw-20240619-ucrt-x86_64" }, "32bit": { - "url": "https://github.com/mstorsjo/llvm-mingw/releases/download/20240606/llvm-mingw-20240606-ucrt-i686.zip", - "hash": "efbf454850680b47084199191d4c8fe106855927ac9445a6f1d1c1009e86384d", - "extract_dir": "llvm-mingw-20240606-ucrt-i686" + "url": "https://github.com/mstorsjo/llvm-mingw/releases/download/20240619/llvm-mingw-20240619-ucrt-i686.zip", + "hash": "ffd95d054335963123a170f939afa8391f092f11ad2fcb8205bf7d452832ff64", + "extract_dir": "llvm-mingw-20240619-ucrt-i686" }, "arm64": { - "url": "https://github.com/mstorsjo/llvm-mingw/releases/download/20240606/llvm-mingw-20240606-ucrt-aarch64.zip", - "hash": "856cc49401307f459ab0405398e0f2125827bd84d4143df205cbb5604f185ec2", - "extract_dir": "llvm-mingw-20240606-ucrt-aarch64" + "url": "https://github.com/mstorsjo/llvm-mingw/releases/download/20240619/llvm-mingw-20240619-ucrt-aarch64.zip", + "hash": "eb9c194a1cc04ba5dfdacce4c68ce7cc686d421d8298a15af5b84e0540f51f44", + "extract_dir": "llvm-mingw-20240619-ucrt-aarch64" } }, "post_install": "Copy-Item \"$dir\\bin\\mingw32-make.exe\" \"$dir\\bin\\make.exe\"",