diff options
author | B. Watson <yalhcru@gmail.com> | 2021-09-07 14:58:28 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-13 00:52:02 +0700 |
commit | 776e5a1fce30b0527a4761762d04e52aa3eb1426 (patch) | |
tree | 692d9d86795f2461c53fd8c8ba82c82602f3431d /development/xtruss | |
parent | cab2ab8f97f77a3baa1cbdca3c484e5713411b69 (diff) |
development/xtruss: Updated for version 20210225.2addd50.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/xtruss')
-rw-r--r-- | development/xtruss/slack-desc | 2 | ||||
-rw-r--r-- | development/xtruss/xtruss.SlackBuild | 8 | ||||
-rw-r--r-- | development/xtruss/xtruss.info | 6 |
3 files changed, 8 insertions, 8 deletions
diff --git a/development/xtruss/slack-desc b/development/xtruss/slack-desc index 60d904107a0a..ce92fca42de6 100644 --- a/development/xtruss/slack-desc +++ b/development/xtruss/slack-desc @@ -9,7 +9,7 @@ xtruss: xtruss (easy to use X protocol tracing program) xtruss: xtruss: XTruss logs everything that passes between the X server and one -xtruss: or more X client programs. In this it is similar to xmon(1), but +xtruss: or more X client programs. In this it is similar to xmon(1), but xtruss: intended to combine xmon's basic functionality with an interface xtruss: much more similar to strace(1). xtruss: diff --git a/development/xtruss/xtruss.SlackBuild b/development/xtruss/xtruss.SlackBuild index 288f7ed52c98..f3ed5bd231d6 100644 --- a/development/xtruss/xtruss.SlackBuild +++ b/development/xtruss/xtruss.SlackBuild @@ -7,6 +7,9 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20210907 bkw: +# - update for v20210225.2addd50 + # 20201102 bkw: # - update for v20200918.a94a153 # - switch to self-hosted source, as upstream disappears the old source @@ -15,7 +18,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=xtruss -VERSION=${VERSION:-20200918.a94a153} +VERSION=${VERSION:-20210225.2addd50} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -28,9 +31,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 diff --git a/development/xtruss/xtruss.info b/development/xtruss/xtruss.info index 712b3b8ea7bd..702b527a5360 100644 --- a/development/xtruss/xtruss.info +++ b/development/xtruss/xtruss.info @@ -1,8 +1,8 @@ PRGNAM="xtruss" -VERSION="20200918.a94a153" +VERSION="20210225.2addd50" HOMEPAGE="https://www.chiark.greenend.org.uk/~sgtatham/xtruss/" -DOWNLOAD="https://slackware.uk/~urchlay/src/xtruss-20200918.a94a153.tar.gz" -MD5SUM="bcdf1e92ec0f6226cd8a314edf861b62" +DOWNLOAD="https://slackware.uk/~urchlay/src/xtruss-20210225.2addd50.tar.gz" +MD5SUM="e8352df70de5b1938fa90ba6bb7e2ad2" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |