Skip to content

Commit 70e69b7

Browse files
committed
fix: update conan, meson, task, doxygen, cmake
1 parent ecd2b40 commit 70e69b7

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

dist/node12/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/node12/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.

dist/node16/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/node16/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/versions/default_versions.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ export const DefaultVersions: Record<string, string> = {
2020
clangtidy: getLLVMDefault(),
2121
clangformat: getLLVMDefault(),
2222
ninja: "1.11.1", // https://github.com/ninja-build/ninja/releases
23-
cmake: "3.25.0", // https://github.com/Kitware/CMake/releases
23+
cmake: "3.25.1", // https://github.com/Kitware/CMake/releases
2424
gcovr: "5.2", // https://pypi.org/project/gcovr/
25-
conan: "1.54.0", // https://github.com/conan-io/conan/releases
26-
meson: "0.64.0", // https://github.com/mesonbuild/meson/releases
25+
conan: "1.57.0", // https://github.com/conan-io/conan/releases
26+
meson: "1.0.0", // https://github.com/mesonbuild/meson/releases
2727
kcov: "40", // https://github.com/SimonKagstrom/kcov/releases
28-
task: "3.18.0", // https://github.com/go-task/task/releases
29-
doxygen: isArch() ? "1.9.5-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/
28+
task: "3.20.0", // https://github.com/go-task/task/releases
29+
doxygen: isArch() ? "1.9.6-1" : "1.9.6", // 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/
3030
gcc: isArch() ? "11" : "12", // https://github.com/brechtsanders/winlibs_mingw/releases and // https://packages.ubuntu.com/search?suite=all&arch=any&searchon=names&keywords=gcc
3131
}
3232

@@ -68,7 +68,7 @@ export const DefaultLinuxVersion: Record<string, Record<number, string>> = {
6868
18: "5.0",
6969
},
7070
meson: {
71-
20: "0.63.3",
71+
20: "1.0.0",
7272
18: "0.61.4",
7373
},
7474
nala: {

0 commit comments

Comments
 (0)