aboutsummaryrefslogtreecommitdiff
path: root/system/atop/atop.SlackBuild
diff options
context:
space:
mode:
authorWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-12-31 00:33:37 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-12-31 00:33:37 +0700
commitc859f82d673ef733344f85f0dcf6b286dbb926df (patch)
treea2faf0a57a635b09d67c4d69c03e9683c4a23fdc /system/atop/atop.SlackBuild
parentda240026218c6772a8b8d7dfc10a57de9e337179 (diff)
system/atop: Updated for version 2.8.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/atop/atop.SlackBuild')
-rw-r--r--system/atop/atop.SlackBuild5
1 files changed, 1 insertions, 4 deletions
diff --git a/system/atop/atop.SlackBuild b/system/atop/atop.SlackBuild
index 009fe3feebc80..a4b8f3542bb79 100644
--- a/system/atop/atop.SlackBuild
+++ b/system/atop/atop.SlackBuild
@@ -14,7 +14,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=atop
-VERSION=${VERSION:-2.7.1}
+VERSION=${VERSION:-2.8.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -27,9 +27,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