commit | 7da46b676aed7111de34b57c8b942a7f3bb80327 | [log] [tgz] |
---|---|---|
author | Oleg Höfling <hoefling@users.noreply.github.com> | Wed May 27 12:07:15 2020 +0200 |
committer | GitHub <noreply@github.com> | Wed May 27 03:07:15 2020 -0700 |
tree | b6d279d3ae409a683edf78e81adaac56ab60244c | |
parent | 1cf15af9a6f28750f37b08c028ada31d38e818dd [diff] |
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>