mingw-mstorsjo-llvm-ucrt: Update to version 19.1.5-20241203

This commit is contained in:
github-actions[bot] 2024-12-04 00:39:26 +00:00
parent 502fa37675
commit 4b02c0534a

View File

@ -1,23 +1,23 @@
{ {
"version": "19.1.4-20241119", "version": "19.1.5-20241203",
"description": "LLVM toolchain based on mingw-w64. (UCRT, mstorsjo build)", "description": "LLVM toolchain based on mingw-w64. (UCRT, mstorsjo build)",
"homepage": "https://github.com/mstorsjo/llvm-mingw/", "homepage": "https://github.com/mstorsjo/llvm-mingw/",
"license": "GPL-3.0-or-later,ZPL-2.1,Apache-2.0 WITH LLVM-exception,ISC", "license": "GPL-3.0-or-later,ZPL-2.1,Apache-2.0 WITH LLVM-exception,ISC",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/mstorsjo/llvm-mingw/releases/download/20241119/llvm-mingw-20241119-ucrt-x86_64.zip", "url": "https://github.com/mstorsjo/llvm-mingw/releases/download/20241203/llvm-mingw-20241203-ucrt-x86_64.zip",
"hash": "bf13e5c4582b5319168afda3354db2b9b07e23ca1ca877a2c20c7333197c3b45", "hash": "94155a49058121aba8b84feb123b22ee960c10cbe0b07dbc096b336155841bb1",
"extract_dir": "llvm-mingw-20241119-ucrt-x86_64" "extract_dir": "llvm-mingw-20241203-ucrt-x86_64"
}, },
"32bit": { "32bit": {
"url": "https://github.com/mstorsjo/llvm-mingw/releases/download/20241119/llvm-mingw-20241119-ucrt-i686.zip", "url": "https://github.com/mstorsjo/llvm-mingw/releases/download/20241203/llvm-mingw-20241203-ucrt-i686.zip",
"hash": "60eacd61148afc793448a0d8c486ed9a3f8b42dd9e97552f36155755baf041b7", "hash": "07f83a4487c5f68bc804d56ec3ff981170f45f94637d648869baf1423449b8c4",
"extract_dir": "llvm-mingw-20241119-ucrt-i686" "extract_dir": "llvm-mingw-20241203-ucrt-i686"
}, },
"arm64": { "arm64": {
"url": "https://github.com/mstorsjo/llvm-mingw/releases/download/20241119/llvm-mingw-20241119-ucrt-aarch64.zip", "url": "https://github.com/mstorsjo/llvm-mingw/releases/download/20241203/llvm-mingw-20241203-ucrt-aarch64.zip",
"hash": "11b19a022a9fe4060770ee4159f9ae848cd6159c26fff51f01d0b2177c8cc2c5", "hash": "c5c8e66ebbda166179d737ec6f925d94a0a372d46f54a704e2e6751462ec757a",
"extract_dir": "llvm-mingw-20241119-ucrt-aarch64" "extract_dir": "llvm-mingw-20241203-ucrt-aarch64"
} }
}, },
"post_install": "Copy-Item \"$dir\\bin\\mingw32-make.exe\" \"$dir\\bin\\make.exe\"", "post_install": "Copy-Item \"$dir\\bin\\mingw32-make.exe\" \"$dir\\bin\\make.exe\"",