@@ -22,14 +22,14 @@ export const DefaultVersions: Record<string, string | undefined> = {
22
22
llvm : getLLVMDefault ( ) , // https://github.com/llvm/llvm-project/releases
23
23
clangtidy : getLLVMDefault ( ) ,
24
24
clangformat : getLLVMDefault ( ) ,
25
- ninja : "1.11 .1" , // https://github.com/ninja-build/ninja/releases
26
- cmake : "3.28.1 " , // https://github.com/Kitware/CMake/releases
25
+ ninja : "1.12 .1" , // https://github.com/ninja-build/ninja/releases
26
+ cmake : "3.30.2 " , // https://github.com/Kitware/CMake/releases
27
27
gcovr : "5.2" , // "6.0", // https://pypi.org/project/gcovr/
28
- conan : "1.62.0 " , // 2.0.17 // https://github.com/conan-io/conan/releases
29
- meson : "1.3 .1" , // https://github.com/mesonbuild/meson/releases
28
+ conan : "1.64.1 " , // 2.0.17 // https://github.com/conan-io/conan/releases
29
+ meson : "1.5 .1" , // https://github.com/mesonbuild/meson/releases
30
30
kcov : "42" , // https://github.com/SimonKagstrom/kcov/releases
31
- task : "3.33.1 " , // https://github.com/go-task/task/releases
32
- doxygen : isArch ( ) ? "1.10 .0-1 " : "1.10 .0" , // https://www.doxygen.nl/download.html // https://packages.ubuntu.com/search?suite=all&arch=any&searchon=names&keywords=doxygen // https://formulae.brew.sh/formula/doxygen // https://archlinux.org/packages/extra/x86_64/doxygen/
31
+ task : "3.38.0 " , // https://github.com/go-task/task/releases
32
+ doxygen : isArch ( ) ? "1.11 .0-4 " : "1.12 .0" , // https://www.doxygen.nl/download.html // https://packages.ubuntu.com/search?suite=all&arch=any&searchon=names&keywords=doxygen // https://formulae.brew.sh/formula/doxygen // https://archlinux.org/packages/extra/x86_64/doxygen/
33
33
gcc : isArch ( ) ? "13.2.1-3" : "13" , // https://github.com/brechtsanders/winlibs_mingw/releases and // https://packages.ubuntu.com/search?suite=all&arch=any&searchon=names&keywords=gcc
34
34
// mingw: isArch() ? "12.2.0-1" : "8", // https://packages.ubuntu.com/search?suite=all&arch=any&searchon=names&keywords=mingw-w64 // https://archlinux.org/packages/extra/x86_64/mingw-w64-gcc/
35
35
}
0 commit comments