aboutsummaryrefslogtreecommitdiff
path: root/packages/ncurses
diff options
context:
space:
mode:
authorChris Packham <judge.packham@gmail.com>2020-12-18 13:07:38 +1300
committerChris Packham <judge.packham@gmail.com>2020-12-18 13:07:38 +1300
commit6b4b43774d0d2a7ad33d0accda584dd67ada21cd (patch)
tree5ff50c2fb677f9eca18a2a975cea63593d700335 /packages/ncurses
parent4ae7ed0113910ff175b0c8e00df0ffb2b4ac8735 (diff)
downloadcrosstool-ng-6b4b43774d0d2a7ad33d0accda584dd67ada21cd.tar.gz
crosstool-ng-6b4b43774d0d2a7ad33d0accda584dd67ada21cd.tar.bz2
crosstool-ng-6b4b43774d0d2a7ad33d0accda584dd67ada21cd.zip
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>
Diffstat (limited to 'packages/ncurses')
-rw-r--r--packages/ncurses/package.desc2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/ncurses/package.desc b/packages/ncurses/package.desc
index 0462ae80..d52316d0 100644
--- a/packages/ncurses/package.desc
+++ b/packages/ncurses/package.desc
@@ -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'