system/ded: Updated for version 20221011.

Signed-off-by: B. Watson <urchlay@slackware.uk>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
B. Watson 2022-12-27 16:51:47 -05:00 committed by Willy Sudiarto Raharjo
parent d4ad0e8727
commit 15f8d2798d
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 7 additions and 6 deletions

View file

@ -10,6 +10,7 @@
# This build script was written from scratch for 14.1, without referring # This build script was written from scratch for 14.1, without referring
# to the old script. # to the old script.
# 20221227 bkw: updated for 20221011 release
# 20210220 bkw: updated for 20210110. get rid of configure patch, found # 20210220 bkw: updated for 20210110. get rid of configure patch, found
# a better way to disable the long filename test. # a better way to disable the long filename test.
# 20200111 bkw: updated for 20200428 release # 20200111 bkw: updated for 20200428 release
@ -30,7 +31,7 @@
cd $(dirname $0) ; CWD=$(pwd) cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=ded PRGNAM=ded
VERSION=${VERSION:-20210110} VERSION=${VERSION:-20221011}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz} PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,10 +1,10 @@
PRGNAM="ded" PRGNAM="ded"
VERSION="20210110" VERSION="20221011"
HOMEPAGE="http://invisible-island.net/ded/" HOMEPAGE="http://invisible-island.net/ded/"
DOWNLOAD="https://invisible-mirror.net/archives/ded/ded-20210110.tgz \ DOWNLOAD="https://invisible-mirror.net/archives/ded/ded-20221011.tgz \
https://invisible-mirror.net/archives/ded/td_lib-20210110.tgz" https://invisible-mirror.net/archives/ded/td_lib-20221011.tgz"
MD5SUM="80a03899f46fe64179d824f65ed1491b \ MD5SUM="8dfe7f4601fc140c76b7a3975704a5eb \
71a71fb677e480e293dc7907df23b70b" 66e6365022ecc3cd6c265c534268e0fc"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="" REQUIRES=""