From 65714912c231b60d4e070d020a73eb960b1ec2ea Mon Sep 17 00:00:00 2001 From: Aiken Harris Date: Sat, 22 Nov 2025 23:26:58 +0100 Subject: [PATCH] Update toolchain component --- build.sh | 8 ++++---- .../01-Fix-WaitForSingleObject-cast-on-MinGW.patch | 0 2 files changed, 4 insertions(+), 4 deletions(-) rename patches/llvm/{21.1.3 => 21.1.6}/01-Fix-WaitForSingleObject-cast-on-MinGW.patch (100%) diff --git a/build.sh b/build.sh index 2d70133..cc1272b 100755 --- a/build.sh +++ b/build.sh @@ -26,12 +26,12 @@ TARGET_SYSTEM=linux # CMake Settings CMAKEDIR="${SRCDIR}/cmake" -CMAKETAG="v4.1.1" +CMAKETAG="v4.2.0" CMAKEVCS="https://gitlab.kitware.com/cmake/cmake.git" # LLVM Settings LLVMDIR="${SRCDIR}/llvm" -LLVMTAG="llvmorg-21.1.5" +LLVMTAG="llvmorg-21.1.6" LLVMVCS="https://github.com/llvm/llvm-project.git" # Mtools Settings @@ -41,12 +41,12 @@ MTOOLSVCS="https://github.com/xt-sys/mtools.git" # Ninja Settings NINJADIR="${SRCDIR}/ninja" -NINJATAG="v1.13.1" +NINJATAG="v1.13.2" NINJAVCS="https://github.com/ninja-build/ninja.git" # Wine Settings WINEDIR="${SRCDIR}/wine" -WINETAG="wine-10.15" +WINETAG="wine-10.19" WINEVCS="https://github.com/wine-mirror/wine.git" diff --git a/patches/llvm/21.1.3/01-Fix-WaitForSingleObject-cast-on-MinGW.patch b/patches/llvm/21.1.6/01-Fix-WaitForSingleObject-cast-on-MinGW.patch similarity index 100% rename from patches/llvm/21.1.3/01-Fix-WaitForSingleObject-cast-on-MinGW.patch rename to patches/llvm/21.1.6/01-Fix-WaitForSingleObject-cast-on-MinGW.patch