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"