mingw-mstorsjo-llvm-ucrt: Update to version 18.1.7-20240606

This commit is contained in:
github-actions[bot] 2024-06-07 00:33:40 +00:00
parent 5a83868c6a
commit 13edc7b3dc

View File

@ -1,23 +1,23 @@
{ {
"version": "18.1.6-20240518", "version": "18.1.7-20240606",
"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/20240518/llvm-mingw-20240518-ucrt-x86_64.zip", "url": "https://github.com/mstorsjo/llvm-mingw/releases/download/20240606/llvm-mingw-20240606-ucrt-x86_64.zip",
"hash": "884841c128546aeeb5dca157cba3f23f7cca1cdfdf430806bab4ed76b47196eb", "hash": "388a876f904314ccaa28b5993de6aff8496488f170b9f6d291a9d66067a13acc",
"extract_dir": "llvm-mingw-20240518-ucrt-x86_64" "extract_dir": "llvm-mingw-20240606-ucrt-x86_64"
}, },
"32bit": { "32bit": {
"url": "https://github.com/mstorsjo/llvm-mingw/releases/download/20240518/llvm-mingw-20240518-ucrt-i686.zip", "url": "https://github.com/mstorsjo/llvm-mingw/releases/download/20240606/llvm-mingw-20240606-ucrt-i686.zip",
"hash": "a4d89b806403bda28eb3e95b56703bdef19e8f2a8e74c14d3a8174d2e715a082", "hash": "efbf454850680b47084199191d4c8fe106855927ac9445a6f1d1c1009e86384d",
"extract_dir": "llvm-mingw-20240518-ucrt-i686" "extract_dir": "llvm-mingw-20240606-ucrt-i686"
}, },
"arm64": { "arm64": {
"url": "https://github.com/mstorsjo/llvm-mingw/releases/download/20240518/llvm-mingw-20240518-ucrt-aarch64.zip", "url": "https://github.com/mstorsjo/llvm-mingw/releases/download/20240606/llvm-mingw-20240606-ucrt-aarch64.zip",
"hash": "2fcdb885c4f9e37740f731c400842324f2089b6a6ddfce69b526dfae6eca22dc", "hash": "856cc49401307f459ab0405398e0f2125827bd84d4143df205cbb5604f185ec2",
"extract_dir": "llvm-mingw-20240518-ucrt-aarch64" "extract_dir": "llvm-mingw-20240606-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\"",