mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-29 15:44:03 +00:00
packages/ncurses: update ncurses mirror
ftp://invisible-island.net/ncurses doesn't actually have the numbered ncurses tarball. We've not noticed because we fall back to using the GNU mirror which does. It's also ftp which is being deprecated. Switch to https://invisible-mirror.net/archives/ncurses which has the actual tarballs and provides a secure connection. Signed-off-by: Chris Packham <judge.packham@gmail.com>
This commit is contained in:
parent
4ae7ed0113
commit
6b4b43774d
@ -1,4 +1,4 @@
|
||||
# No public repository for ncurses
|
||||
mirrors='ftp://invisible-island.net/ncurses $(CT_Mirrors GNU ncurses)'
|
||||
mirrors='https://invisible-mirror.net/archives/ncurses $(CT_Mirrors GNU ncurses)'
|
||||
archive_formats='.tar.gz'
|
||||
signature_format='packed/.sig'
|
||||
|
Loading…
x
Reference in New Issue
Block a user