diff options
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="" |