mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
system/ded: Fix download url.
Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
parent
a22a6eab41
commit
a97990484c
2 changed files with 5 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in a new issue