mingw-mstorsjo-llvm-ucrt: Update to version 19.1.1-20241001

This commit is contained in:
github-actions[bot] 2024-10-01 20:28:49 +00:00
parent e5c9403225
commit 5a2a136fe9

View File

@ -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\"",