diff options
author | B. Watson <urchlay@slackware.uk> | 2023-01-17 21:24:53 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-01-21 10:22:10 +0700 |
commit | 1ff6dedb3ab22ad3105fc6ff373fb2971cc9629c (patch) | |
tree | 167198635723eef47546aa0bf7351594a45ff579 /development | |
parent | eb0aafd284b0eee46b38b91f99ed3c13af81a6c4 (diff) |
development/txr: Updated for version 284.
Signed-off-by: B. Watson <urchlay@slackware.uk>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r-- | development/txr/txr.SlackBuild | 3 | ||||
-rw-r--r-- | development/txr/txr.info | 6 |
2 files changed, 5 insertions, 4 deletions
diff --git a/development/txr/txr.SlackBuild b/development/txr/txr.SlackBuild index 753caa84f8e59..066ac0874016e 100644 --- a/development/txr/txr.SlackBuild +++ b/development/txr/txr.SlackBuild @@ -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} diff --git a/development/txr/txr.info b/development/txr/txr.info index f1c3fcddfdaa1..2399b3961b64a 100644 --- a/development/txr/txr.info +++ b/development/txr/txr.info @@ -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="" |