diff options
author | Alexander Verbovetsky <alik@ejik.org> | 2022-06-17 12:43:21 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-06-18 09:09:57 +0700 |
commit | f2b6a30fc30aafc9344f4dd6b7c5b16430f7ea66 (patch) | |
tree | b5df5a76671e126c10ce7071733a6fad949cd3a0 /development/xxd-standalone/xxd-standalone.SlackBuild | |
parent | 38e73219d52269b2b9dcc77fafdd90c79dfba847 (diff) |
development/xxd-standalone: Updated for version 8.2.4088.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/xxd-standalone/xxd-standalone.SlackBuild')
-rw-r--r-- | development/xxd-standalone/xxd-standalone.SlackBuild | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/development/xxd-standalone/xxd-standalone.SlackBuild b/development/xxd-standalone/xxd-standalone.SlackBuild index d20f11b533e2e..b1af394b57f4a 100644 --- a/development/xxd-standalone/xxd-standalone.SlackBuild +++ b/development/xxd-standalone/xxd-standalone.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for xxd-standalone -# Copyright 2020, Alexander Verbovetsky, Moscow, Russia +# Copyright 2020-2022, Alexander Verbovetsky, Moscow, Russia # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=xxd-standalone -VERSION=${VERSION:-8.2.0854} +VERSION=${VERSION:-8.2.4088} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -38,9 +38,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 |