summaryrefslogtreecommitdiffstats
path: root/misc/hxtools/hxtools.SlackBuild
diff options
context:
space:
mode:
author B. Watson2023-09-02 00:52:07 +0200
committer Willy Sudiarto Raharjo2023-09-02 13:02:32 +0200
commitb857ec76c486650950b825e5afc97b4bcf81507f (patch)
treebabd6cb7fa4884e448247ec002f3cbcb622d78fc /misc/hxtools/hxtools.SlackBuild
parent4b2bfa16fd757d6f5673a7da1befd68c77cfa0f7 (diff)
downloadslackbuilds-b857ec76c486650950b825e5afc97b4bcf81507f.tar.gz
misc/hxtools: Updated for version 20230411.
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'misc/hxtools/hxtools.SlackBuild')
-rw-r--r--misc/hxtools/hxtools.SlackBuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/misc/hxtools/hxtools.SlackBuild b/misc/hxtools/hxtools.SlackBuild
index 3291e18476..287855600a 100644
--- a/misc/hxtools/hxtools.SlackBuild
+++ b/misc/hxtools/hxtools.SlackBuild
@@ -11,13 +11,14 @@
# depends on libHX and wants to package it up for SBo, whatever it is
# can just list hxtools as a dependency.
+# 20230901 bkw: update for v20230411 (and libhx-4.14, consoleet-utils-1.3).
# 20230109 bkw: update for v20221120, include new consoleet-utils.
# TODO: package up the consoleet fonts, too (in a separate build).
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=hxtools
-VERSION=${VERSION:-20221120}
+VERSION=${VERSION:-20230411}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -56,9 +57,9 @@ fi
set -e
LIBNAM=libHX
-LIBVER=${LIBVER:-4.8}
+LIBVER=${LIBVER:-4.14}
LEETNAM=consoleet-utils
-LEETVER=${LEETVER:-1.1}
+LEETVER=${LEETVER:-1.3}
PKGDOC=$PKG/usr/doc/$PRGNAM-$VERSION
LIBDOC=$PKGDOC/$LIBNAM-$LIBVER