diff options
author | B. Watson <urchlay@slackware.uk> | 2023-09-01 18:52:07 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-09-02 18:02:32 +0700 |
commit | b857ec76c486650950b825e5afc97b4bcf81507f (patch) | |
tree | babd6cb7fa4884e448247ec002f3cbcb622d78fc /misc/hxtools/hxtools.SlackBuild | |
parent | 4b2bfa16fd757d6f5673a7da1befd68c77cfa0f7 (diff) |
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.SlackBuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/misc/hxtools/hxtools.SlackBuild b/misc/hxtools/hxtools.SlackBuild index 3291e18476048..287855600aea5 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 |