From 257c06ba20ab4e6ad4fd854512a44d3e851b6ea2 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Wed, 16 Sep 2020 15:50:26 -0700 Subject: [PATCH] Update SIP to version 4.19.24, Darwin MD5 --- build.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.py b/build.py index aa2f2e18..d74d0c6b 100755 --- a/build.py +++ b/build.py @@ -87,9 +87,9 @@ 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. -sipCurrentVersion = '4.19.23' +sipCurrentVersion = '4.19.24' sipMD5 = { - 'darwin' : 'cbd84be2a54eee9a85d53b2b464c9e62', + 'darwin' : '2a22cb7a35eb14384b0829593a366c29', 'win32' : 'e9082463286f5233544f801de6d00642', 'linux32' : '0147794b52af30d356eed07517da1d48', 'linux64' : '4f8c41f5157a48020b87683538842124',