development/txr: Updated for version 284.
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
eb0aafd284
commit
1ff6dedb3a
|
@ -6,6 +6,7 @@
|
|||
|
||||
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
|
||||
|
||||
# 20230117 bkw: update for v284 (which does pass "make tests").
|
||||
# 20220518 bkw: Note: txr-274 isn't the latest release, but txr-275
|
||||
# fails to pass its own "make tests". I'm submitting the newest
|
||||
# version that does pass.
|
||||
|
@ -13,7 +14,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=txr
|
||||
VERSION=${VERSION:-274}
|
||||
VERSION=${VERSION:-284}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="txr"
|
||||
VERSION="274"
|
||||
VERSION="284"
|
||||
HOMEPAGE="https://www.nongnu.org/txr/"
|
||||
DOWNLOAD="https://www.kylheku.com/cgit/txr/snapshot/txr-274.tar.bz2"
|
||||
MD5SUM="ca5125f88a313cf134407628100b3bee"
|
||||
DOWNLOAD="https://www.kylheku.com/cgit/txr/snapshot/txr-284.tar.bz2"
|
||||
MD5SUM="8463800c867ac218a68535ff80a8c481"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue