@@ -8,14 +8,14 @@ const DefaultVersions: Record<string, string> = {
88 llvm : "13.0.0" , // https://github.com/llvm/llvm-project/releases
99 clangtidy : "13.0.0" ,
1010 clangformat : "13.0.0" ,
11- ninja : "1.11.0 " , // https://github.com/ninja-build/ninja/releases
12- cmake : "3.23 .2" , // https://github.com/Kitware/CMake/releases
13- gcovr : "5.1 " , // https://pypi.org/project/gcovr/
14- conan : "1.50 .0" , // https://github.com/conan-io/conan/releases
15- meson : "0.63.0 " , // https://github.com/mesonbuild/meson/releases
11+ ninja : "1.11.1 " , // https://github.com/ninja-build/ninja/releases
12+ cmake : "3.24 .2" , // https://github.com/Kitware/CMake/releases
13+ gcovr : "5.2 " , // https://pypi.org/project/gcovr/
14+ conan : "1.53 .0" , // https://github.com/conan-io/conan/releases
15+ meson : "0.63.3 " , // https://github.com/mesonbuild/meson/releases
1616 kcov : "40" , // https://github.com/SimonKagstrom/kcov/releases
17- task : "3.14 .0" , // https://github.com/go-task/task/releases
18- doxygen : isArch ( ) ? "1.9.3-1" : "1.9.4 " , // 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/
17+ task : "3.16 .0" , // https://github.com/go-task/task/releases
18+ doxygen : isArch ( ) ? "1.9.3-1" : "1.9.5 " , // 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/
1919 gcc : "11" , // https://github.com/brechtsanders/winlibs_mingw/releases and // https://packages.ubuntu.com/search?suite=all&arch=any&searchon=names&keywords=gcc
2020}
2121
@@ -45,11 +45,12 @@ const DefaultUbuntuVersion: Record<string, Record<number, string>> = {
4545 14 : "13.0.0-ubuntu-16.04" ,
4646 } ,
4747 gcovr : {
48- 20 : "5.1" ,
48+ 22 : "5.2" ,
49+ 20 : "5.2" ,
4950 18 : "5.0" ,
5051 } ,
5152 meson : {
52- 20 : "0.63.0 " ,
53+ 20 : "0.63.3 " ,
5354 18 : "0.61.4" ,
5455 } ,
5556 nala : {
0 commit comments