From 09603e0776566488ee50a6af6e2e5d8e42b3c722 Mon Sep 17 00:00:00 2001 From: Scott Talbert Date: Mon, 4 Nov 2024 22:41:16 -0500 Subject: [PATCH] Update waf to v2.1.3 Fixes: https://github.com/wxWidgets/Phoenix/issues/2634 --- build.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.py b/build.py index 4a9fd894..4672c3b8 100755 --- a/build.py +++ b/build.py @@ -93,8 +93,8 @@ wxICON = 'packaging/docset/mondrian.png' # Some tools will be downloaded for the builds. These are the versions and # MD5s of the tool binaries currently in use. -wafCurrentVersion = '2.1.2' -wafMD5 = '8ff717c068819e488a337030ec8abf6c' +wafCurrentVersion = '2.1.3' +wafMD5 = '20d4d78744d728f0d6cd9665e79c087f' doxygenCurrentVersion = '1.8.8' doxygenMD5 = {