mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
system/ded: Updated for version 20191226.
Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
parent
5b1c48605f
commit
c85ef937ed
2 changed files with 9 additions and 11 deletions
|
@ -10,8 +10,8 @@
|
|||
# This build script was written from scratch for 14.1, without referring
|
||||
# to the old script.
|
||||
|
||||
# 20180915 bkw:
|
||||
# - updated for 20180324 release
|
||||
# 20200111 bkw: updated for 20191226 release
|
||||
# 20180915 bkw: updated for 20180324 release
|
||||
|
||||
# 20170819 bkw:
|
||||
# - ftp server's been down >1 week, use http archives for DOWNLOAD
|
||||
|
@ -19,15 +19,13 @@
|
|||
# 20170305 bkw:
|
||||
# - stop gnulib's long filename test from writing to /usr/lib and /var/lib
|
||||
|
||||
# 20150909 bkw:
|
||||
# - updated for 20150704 release
|
||||
|
||||
# 20150909 bkw: updated for 20150704 release
|
||||
# 20140826 bkw:
|
||||
# - updated for 20140722 release
|
||||
# - added td_lib docs in /usr/doc
|
||||
|
||||
PRGNAM=ded
|
||||
VERSION=${VERSION:-20180324}
|
||||
VERSION=${VERSION:-20191226}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="ded"
|
||||
VERSION="20180324"
|
||||
VERSION="20191226"
|
||||
HOMEPAGE="http://invisible-island.net/ded/"
|
||||
DOWNLOAD="http://invisible-mirror.net/archives/ded/ded-20180324.tgz \
|
||||
http://invisible-mirror.net/archives/ded/td_lib-20180324.tgz"
|
||||
MD5SUM="2bea15142aa1c1a3f118a767ae43a7f4 \
|
||||
d38c1fd32f3f15aab40c5dde9d2f8611"
|
||||
DOWNLOAD="http://invisible-mirror.net/archives/ded/ded-20191226.tgz \
|
||||
http://invisible-mirror.net/archives/ded/td_lib-20191226.tgz"
|
||||
MD5SUM="6fc626edcc918a5b888b69adf537a755 \
|
||||
05b5d3f2971725a6d3473b5e03d127ec"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue