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 | |
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')
-rw-r--r-- | misc/hxtools/hxtools.SlackBuild | 7 | ||||
-rw-r--r-- | misc/hxtools/hxtools.info | 14 |
2 files changed, 11 insertions, 10 deletions
diff --git a/misc/hxtools/hxtools.SlackBuild b/misc/hxtools/hxtools.SlackBuild index 3291e1847604..287855600aea 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 diff --git a/misc/hxtools/hxtools.info b/misc/hxtools/hxtools.info index 9186ae969488..820a35c14c50 100644 --- a/misc/hxtools/hxtools.info +++ b/misc/hxtools/hxtools.info @@ -1,12 +1,12 @@ PRGNAM="hxtools" -VERSION="20221120" +VERSION="20230411" HOMEPAGE="https://inai.de/projects/hxtools/" -DOWNLOAD="https://inai.de/files/hxtools/hxtools-20221120.tar.zst \ - https://inai.de/files/consoleet/consoleet-utils-1.1.tar.zst \ - https://inai.de/files/libhx/libHX-4.8.tar.xz" -MD5SUM="bcd0460a1aaf3340ec02ae1a6af479e6 \ - 85f603554e6f2abec78048d736e42d6e \ - 012454fde3c56be21b767e77cc3c5f93" +DOWNLOAD="https://inai.de/files/hxtools/hxtools-20230411.tar.zst \ + https://inai.de/files/consoleet/consoleet-utils-1.3.tar.zst \ + https://inai.de/files/libhx/libHX-4.14.tar.xz" +MD5SUM="4f9146cf223ffc7b21c0cf4bdf8672a4 \ + 59fda0810e3773ded01dd145a098a0ee \ + 456c9b0c9db2cad37ac304f65e82ea34" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |