Skip to content

Commit 7da46b6

Browse files
authored
Fix the link to ncurses patch download in macos installer build script (GH-20421)
Reason: the link `ftp://invisible-island.net/ncurses//5.9/ncurses-5.9-20120616-patch.sh.bz2` is dead, which prevents `Mac/BuildScript/build-installer.py` from completing. Looks like the host of the FTP server was changed to `ftp.invisible-island.net`, thus this proposal. Signed-off-by: oleg.hoefling <[email protected]>
1 parent 1cf15af commit 7da46b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Mac/BuildScript/build-installer.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ def library_recipes():
302302
"--libdir=/Library/Frameworks/Python.framework/Versions/%s/lib"%(getVersion(),),
303303
],
304304
patchscripts=[
305-
("ftp://invisible-island.net/ncurses//5.9/ncurses-5.9-20120616-patch.sh.bz2",
305+
("ftp://ftp.invisible-island.net/ncurses//5.9/ncurses-5.9-20120616-patch.sh.bz2",
306306
"f54bf02a349f96a7c4f0d00922f3a0d4"),
307307
],
308308
useLDFlags=False,

0 commit comments

Comments
 (0)