system/cpmtools: Updated for version 2.23.
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
be7f95b10a
commit
d4ad0e8727
|
@ -6,6 +6,7 @@
|
|||
|
||||
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
|
||||
|
||||
# 20221227 bkw: updated for v2.23.
|
||||
# 20201102 bkw:
|
||||
# - Updated for v2.21. Can't build older versions, sorry.
|
||||
# - Switch to freebsd distfile source, as upstream vanishes the old
|
||||
|
@ -14,7 +15,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=cpmtools
|
||||
VERSION=${VERSION:-2.21}
|
||||
VERSION=${VERSION:-2.23}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="cpmtools"
|
||||
VERSION="2.21"
|
||||
VERSION="2.23"
|
||||
HOMEPAGE="http://www.moria.de/~michael/cpmtools/"
|
||||
DOWNLOAD="http://distcache.freebsd.org/ports-distfiles/cpmtools-2.21.tar.gz"
|
||||
MD5SUM="b250cbcc09a0ca6fbdf850653f5f3e1f"
|
||||
DOWNLOAD="http://distcache.freebsd.org/ports-distfiles/cpmtools-2.23.tar.gz"
|
||||
MD5SUM="0c68c268404a0b365ba58b8774e0cde6"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue