From 9ac61de219ff32a6ecefd6282e99756468c09780 Mon Sep 17 00:00:00 2001 From: Amin Yahyaabadi Date: Mon, 22 Jan 2024 02:30:12 -0800 Subject: [PATCH] fix: upgrade doxygen to 1.10.0 --- src/versions/default_versions.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/versions/default_versions.ts b/src/versions/default_versions.ts index 0b8cd631..41a55c71 100644 --- a/src/versions/default_versions.ts +++ b/src/versions/default_versions.ts @@ -28,7 +28,7 @@ export const DefaultVersions: Record = { meson: "1.2.3", // https://github.com/mesonbuild/meson/releases kcov: "42", // https://github.com/SimonKagstrom/kcov/releases task: "3.31.0", // https://github.com/go-task/task/releases - doxygen: isArch() ? "1.9.8-1" : "1.9.8", // 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.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/ 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 //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/ }