From 370d747429d56bc0354cc195b1f05546bc79ce5b Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Mon, 15 Jan 2018 14:27:35 -0800 Subject: [PATCH] Switch to sip 4.19.7.dev1801141749 on linux --- build.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.py b/build.py index 23ba40e1..7d39fff5 100755 --- a/build.py +++ b/build.py @@ -79,8 +79,8 @@ sipCurrentVersion = '4.19.7.dev1801141749' sipMD5 = { 'darwin' : '9f2c414004ec4b98d6d6bb4d5fe9fb85', 'win32' : '107f2bbac5445f2a3c5df64000b1e1c3', - 'linux32' : '6dc2998b10c1e81bbc5cb9bd007f9345', - 'linux64' : '62104b11351b00da3dd5ed6094a2c744', + 'linux32' : 'a295ae11fa67e74e5e01a393deebbefa', + 'linux64' : 'c763ab917f816b42502e6b2d19fefbb1', } wafCurrentVersion = '1.7.15-p1'