summaryrefslogtreecommitdiffstats
path: root/system/dust/dust.SlackBuild
diff options
context:
space:
mode:
author Erich Ritz <erich.public@protonmail.com>2022-03-30 15:21:37 -0500
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2022-04-02 18:18:54 +0700
commit6cbcfe240a7872c9ce237eb999d549d8cdcf68d4 (patch)
tree774941d33658664c51169b297bf56fd16fd4bd64 /system/dust/dust.SlackBuild
parent1c6f9f1de24b8712626b7b2689ba9ff57930d234 (diff)
downloadslackbuilds-6cbcfe240a7872c9ce237eb999d549d8cdcf68d4.tar.gz
slackbuilds-6cbcfe240a7872c9ce237eb999d549d8cdcf68d4.tar.xz
system/dust: Updated for version 0.8.0.
Signed-off-by: Erich Ritz <erich.public@protonmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/dust/dust.SlackBuild')
-rw-r--r--system/dust/dust.SlackBuild7
1 files changed, 2 insertions, 5 deletions
diff --git a/system/dust/dust.SlackBuild b/system/dust/dust.SlackBuild
index 940e34aa0c..b42e9718bf 100644
--- a/system/dust/dust.SlackBuild
+++ b/system/dust/dust.SlackBuild
@@ -3,7 +3,7 @@
# Slackware build script for dust
# Copyright 2019-2021 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
-# Copyright 2021 Erich Ritz, Jenks, Oklahoma, USA
+# Copyright 2021-2022 Erich Ritz, Jenks, Oklahoma, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=dust
-VERSION=${VERSION:-0.7.5}
+VERSION=${VERSION:-0.8.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -45,9 +45,6 @@ if [ -z "$ARCH" ]; then
fi
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