summaryrefslogtreecommitdiffstats
path: root/development/txr/txr.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'development/txr/txr.SlackBuild')
-rw-r--r--development/txr/txr.SlackBuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/development/txr/txr.SlackBuild b/development/txr/txr.SlackBuild
index a0a06e098e..066ac08740 100644
--- a/development/txr/txr.SlackBuild
+++ b/development/txr/txr.SlackBuild
@@ -2,10 +2,11 @@
# Slackware build script for txr
-# Written by B. Watson (yalhcru@gmail.com)
+# Written by B. Watson (urchlay@slackware.uk)
# 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}