mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
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:
parent
d4ad0e8727
commit
15f8d2798d
2 changed files with 7 additions and 6 deletions
|
@ -10,6 +10,7 @@
|
|||
# This build script was written from scratch for 14.1, without referring
|
||||
# to the old script.
|
||||
|
||||
# 20221227 bkw: updated for 20221011 release
|
||||
# 20210220 bkw: updated for 20210110. get rid of configure patch, found
|
||||
# a better way to disable the long filename test.
|
||||
# 20200111 bkw: updated for 20200428 release
|
||||
|
@ -30,7 +31,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=ded
|
||||
VERSION=${VERSION:-20210110}
|
||||
VERSION=${VERSION:-20221011}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="ded"
|
||||
VERSION="20210110"
|
||||
VERSION="20221011"
|
||||
HOMEPAGE="http://invisible-island.net/ded/"
|
||||
DOWNLOAD="https://invisible-mirror.net/archives/ded/ded-20210110.tgz \
|
||||
https://invisible-mirror.net/archives/ded/td_lib-20210110.tgz"
|
||||
MD5SUM="80a03899f46fe64179d824f65ed1491b \
|
||||
71a71fb677e480e293dc7907df23b70b"
|
||||
DOWNLOAD="https://invisible-mirror.net/archives/ded/ded-20221011.tgz \
|
||||
https://invisible-mirror.net/archives/ded/td_lib-20221011.tgz"
|
||||
MD5SUM="8dfe7f4601fc140c76b7a3975704a5eb \
|
||||
66e6365022ecc3cd6c265c534268e0fc"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue