Skip to content

Commit c007871

Browse files
committed
fix: update default versions for ninja, cmake, conan, meson
1 parent abbe710 commit c007871

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

dist/setup_cpp.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/setup_cpp.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/default_versions.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ const DefaultVersions: Record<string, string> = {
77
llvm: "13.0.0", // https://github.com/llvm/llvm-project/releases
88
clangtidy: "13.0.0",
99
clangformat: "13.0.0",
10-
ninja: "1.10.2", // https://github.com/ninja-build/ninja/releases
11-
cmake: "3.23.1", // https://github.com/Kitware/CMake/releases
10+
ninja: "1.11.0", // https://github.com/ninja-build/ninja/releases
11+
cmake: "3.23.2", // https://github.com/Kitware/CMake/releases
1212
gcovr: "5.1", // https://pypi.org/project/gcovr/
13-
conan: "1.48.0", // https://github.com/conan-io/conan/releases
14-
meson: "0.62.1", // https://github.com/mesonbuild/meson/releases
13+
conan: "1.48.2", // https://github.com/conan-io/conan/releases
14+
meson: "0.62.2", // https://github.com/mesonbuild/meson/releases
1515
python: "3.8.10", // semver
1616
kcov: "40", // https://github.com/SimonKagstrom/kcov/releases
1717
task: "3.12.1", // https://github.com/go-task/task/releases
18-
doxygen: process.platform === "darwin" ? "1.9.3" : "1.9.4", // https://www.doxygen.nl/download.html // https://packages.ubuntu.com/search?suite=all&arch=any&searchon=names&keywords=doxygen
18+
doxygen: "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
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

0 commit comments

Comments
 (0)