summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Packham <judge.packham@gmail.com>2020-12-18 00:07:38 (GMT)
committerChris Packham <judge.packham@gmail.com>2020-12-18 00:07:38 (GMT)
commit6b4b43774d0d2a7ad33d0accda584dd67ada21cd (patch)
tree5ff50c2fb677f9eca18a2a975cea63593d700335
parent4ae7ed0113910ff175b0c8e00df0ffb2b4ac8735 (diff)
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>
-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 0462ae8..d52316d 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'