]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix the link to ncurses patch download in macos installer build script (GH-20421)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 27 May 2020 10:29:25 +0000 (03:29 -0700)
committerGitHub <noreply@github.com>
Wed, 27 May 2020 10:29:25 +0000 (03:29 -0700)
commitc8e107607d8a2c9a149cf6a706d508a556729892
treebb7c525eb75655f790547456516da89d358e34cc
parent3f215f35bdb9d666f5a692fc60f800da1bb1e4a9
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 <oleg.hoefling@gmail.com>
(cherry picked from commit 7da46b676aed7111de34b57c8b942a7f3bb80327)

Co-authored-by: Oleg Höfling <hoefling@users.noreply.github.com>
Mac/BuildScript/build-installer.py