From 85b09d75a95f26e6aaed26a14e34fbef79dfa83e Mon Sep 17 00:00:00 2001 From: "oleg.hoefling" Date: Tue, 26 May 2020 11:03:04 +0200 Subject: [PATCH] fix the link to ncurses patch download in macos installer build script Signed-off-by: oleg.hoefling --- Mac/BuildScript/build-installer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mac/BuildScript/build-installer.py b/Mac/BuildScript/build-installer.py index a10601bed9f8c3..76553c93a49570 100755 --- a/Mac/BuildScript/build-installer.py +++ b/Mac/BuildScript/build-installer.py @@ -302,7 +302,7 @@ def library_recipes(): "--libdir=/Library/Frameworks/Python.framework/Versions/%s/lib"%(getVersion(),), ], patchscripts=[ - ("ftp://invisible-island.net/ncurses//5.9/ncurses-5.9-20120616-patch.sh.bz2", + ("ftp://ftp.invisible-island.net/ncurses//5.9/ncurses-5.9-20120616-patch.sh.bz2", "f54bf02a349f96a7c4f0d00922f3a0d4"), ], useLDFlags=False,