Update tools

This commit is contained in:
2025-09-14 10:49:11 +02:00
parent ad326019fd
commit 124ef802b3

View File

@@ -26,12 +26,12 @@ TARGET_SYSTEM=linux
# CMake Settings # CMake Settings
CMAKEDIR="${SRCDIR}/cmake" CMAKEDIR="${SRCDIR}/cmake"
CMAKETAG="v4.0.3" CMAKETAG="v4.1.1"
CMAKEVCS="https://gitlab.kitware.com/cmake/cmake.git" CMAKEVCS="https://gitlab.kitware.com/cmake/cmake.git"
# LLVM Settings # LLVM Settings
LLVMDIR="${SRCDIR}/llvm" LLVMDIR="${SRCDIR}/llvm"
LLVMTAG="llvmorg-20.1.8" LLVMTAG="llvmorg-21.1.1"
LLVMVCS="https://github.com/llvm/llvm-project.git" LLVMVCS="https://github.com/llvm/llvm-project.git"
# Ninja Settings # Ninja Settings
@@ -41,7 +41,7 @@ NINJAVCS="https://github.com/ninja-build/ninja.git"
# Wine Settings # Wine Settings
WINEDIR="${SRCDIR}/wine" WINEDIR="${SRCDIR}/wine"
WINETAG="wine-10.12" WINETAG="wine-10.15"
WINEVCS="https://github.com/wine-mirror/wine.git" WINEVCS="https://github.com/wine-mirror/wine.git"