From 703df711916b005bbfcadc6f377163eba3fb9ed1 Mon Sep 17 00:00:00 2001 From: Aiken Harris Date: Sat, 12 Jul 2025 21:52:09 +0200 Subject: [PATCH] Upgrade LLVM and Wine to the latest available versions --- build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index 24b0391..64dcdbd 100755 --- a/build.sh +++ b/build.sh @@ -31,7 +31,7 @@ CMAKEVCS="https://gitlab.kitware.com/cmake/cmake.git" # LLVM Settings LLVMDIR="${SRCDIR}/llvm" -LLVMTAG="llvmorg-20.1.7" +LLVMTAG="llvmorg-20.1.8" LLVMVCS="https://github.com/llvm/llvm-project.git" # Ninja Settings @@ -41,7 +41,7 @@ NINJAVCS="https://github.com/ninja-build/ninja.git" # Wine Settings WINEDIR="${SRCDIR}/wine" -WINETAG="wine-10.11" +WINETAG="wine-10.12" WINEVCS="https://github.com/wine-mirror/wine.git"