mirror of https://github.com/aminya/setup-cpp
fix: update conan, meson, task
This commit is contained in:
parent
e77a1e12f0
commit
6e70d1d13b
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -11,10 +11,10 @@ const DefaultVersions: Record<string, string> = {
|
||||||
ninja: "1.11.0", // https://github.com/ninja-build/ninja/releases
|
ninja: "1.11.0", // https://github.com/ninja-build/ninja/releases
|
||||||
cmake: "3.23.2", // https://github.com/Kitware/CMake/releases
|
cmake: "3.23.2", // https://github.com/Kitware/CMake/releases
|
||||||
gcovr: "5.1", // https://pypi.org/project/gcovr/
|
gcovr: "5.1", // https://pypi.org/project/gcovr/
|
||||||
conan: "1.48.2", // https://github.com/conan-io/conan/releases
|
conan: "1.50.0", // https://github.com/conan-io/conan/releases
|
||||||
meson: "0.62.2", // https://github.com/mesonbuild/meson/releases
|
meson: "0.63.0", // https://github.com/mesonbuild/meson/releases
|
||||||
kcov: "40", // https://github.com/SimonKagstrom/kcov/releases
|
kcov: "40", // https://github.com/SimonKagstrom/kcov/releases
|
||||||
task: "3.12.1", // https://github.com/go-task/task/releases
|
task: "3.14.0", // https://github.com/go-task/task/releases
|
||||||
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/
|
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/
|
||||||
gcc: "11", // https://github.com/brechtsanders/winlibs_mingw/releases and // https://packages.ubuntu.com/search?suite=all&arch=any&searchon=names&keywords=gcc
|
gcc: "11", // https://github.com/brechtsanders/winlibs_mingw/releases and // https://packages.ubuntu.com/search?suite=all&arch=any&searchon=names&keywords=gcc
|
||||||
}
|
}
|
||||||
|
@ -46,7 +46,7 @@ const DefaultUbuntuVersion: Record<string, Record<number, string>> = {
|
||||||
18: "5.0",
|
18: "5.0",
|
||||||
},
|
},
|
||||||
meson: {
|
meson: {
|
||||||
20: "0.62.1",
|
20: "0.63.0",
|
||||||
18: "0.61.4",
|
18: "0.61.4",
|
||||||
},
|
},
|
||||||
doxygen: {
|
doxygen: {
|
||||||
|
|
Loading…
Reference in New Issue