system/ded: Fix download url.

Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
B. Watson 2017-08-19 14:02:00 -04:00
parent a22a6eab41
commit a97990484c
2 changed files with 5 additions and 2 deletions

View file

@ -10,6 +10,9 @@
# This build script was written from scratch for 14.1, without referring
# to the old script.
# 20170819 bkw:
# - ftp server's been down >1 week, use http archives for DOWNLOAD
# 20170305 bkw:
# - stop gnulib's long filename test from writing to /usr/lib and /var/lib

View file

@ -1,8 +1,8 @@
PRGNAM="ded"
VERSION="20150704"
HOMEPAGE="http://invisible-island.net/ded/"
DOWNLOAD="ftp://invisible-island.net/ded/ded-20150704.tgz \
ftp://invisible-island.net/ded/td_lib-20150704.tgz"
DOWNLOAD="http://invisible-mirror.net/archives/ded/ded-20150704.tgz \
http://invisible-mirror.net/archives/ded/td_lib-20150704.tgz"
MD5SUM="bd67175c28e44540e32f00cbc1151257 \
d647ee3e2f3be918a3cef4907ec52cb0"
DOWNLOAD_x86_64=""