From 4270f9235cb36136119cd1e60fa4805da02d6238 Mon Sep 17 00:00:00 2001 From: neofelis2X Date: Mon, 24 Feb 2025 23:31:49 +0100 Subject: [PATCH] Docs: update linux doxygen md5 hash --- build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.py b/build.py index d85fa424..ac1767fc 100755 --- a/build.py +++ b/build.py @@ -92,7 +92,7 @@ doxygenCurrentVersion = '1.9.1' doxygenMD5 = { 'darwin' : '6912d41cef5971fb07573190849a8a84', 'win32' : '90439896025dc8ddcd5d767ab2c2c489', - 'linux' : '5e869ab2085183f3d297b0156a10d4a1', + 'linux' : 'ed0461d5303a23ac19c343ad55b64f2e', } # And the location where they can be downloaded from