diff options
author | B. Watson <urchlay@slackware.uk> | 2023-01-03 02:33:33 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-01-07 08:13:42 +0700 |
commit | 49e5ecece68d8833346e2fbd202171a8b9e5d0e0 (patch) | |
tree | 817377bd178cf4ffc5d3edfa55a359ae66c96c23 /development/xa | |
parent | d3ed2da7ea1effae123938314c444917d3308b6e (diff) |
development/xa: Updated for version 2.3.13.
Signed-off-by: B. Watson <urchlay@slackware.uk>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/xa')
-rw-r--r-- | development/xa/xa.SlackBuild | 6 | ||||
-rw-r--r-- | development/xa/xa.info | 10 |
2 files changed, 9 insertions, 7 deletions
diff --git a/development/xa/xa.SlackBuild b/development/xa/xa.SlackBuild index 756a939961de..4e4f56e6cbeb 100644 --- a/development/xa/xa.SlackBuild +++ b/development/xa/xa.SlackBuild @@ -6,6 +6,8 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20230103 bkw: update for xa-2.3.13 and dxa-0.1.5. + # 20201024 bkw: # - update for xa-2.3.11 (dxa still the same) # - add support for running the test suite @@ -31,13 +33,13 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=xa -VERSION=${VERSION:-2.3.11} +VERSION=${VERSION:-2.3.13} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} # dxa is a separate distribution with its own version number -DXAVER=0.1.4 +DXAVER=${DXAVER:-0.1.5} if [ -z "$ARCH" ]; then case "$( uname -m )" in diff --git a/development/xa/xa.info b/development/xa/xa.info index 16761580c189..49e53bd2853e 100644 --- a/development/xa/xa.info +++ b/development/xa/xa.info @@ -1,10 +1,10 @@ PRGNAM="xa" -VERSION="2.3.11" +VERSION="2.3.13" HOMEPAGE="https://www.floodgap.com/retrotech/xa/" -DOWNLOAD="https://slackware.uk/~urchlay/src/xa-2.3.11.tar.gz \ - https://slackware.uk/~urchlay/src/dxa-0.1.4.tar.gz" -MD5SUM="72cbd5619f75b0c9839b90c41d0f9ea6 \ - 3a7993751bcb94e5f9081cc2f27eee1d" +DOWNLOAD="https://slackware.uk/~urchlay/src/xa-2.3.13.tar.gz \ + https://slackware.uk/~urchlay/src/dxa-0.1.5.tar.gz" +MD5SUM="3f785ae9a33e154ae3630e815983f790 \ + 6d69ae1772ed58de97b0180e480dfe0c" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |