summaryrefslogtreecommitdiffstats
path: root/system/thermald/thermald.SlackBuild
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2022-06-02 18:54:06 +0200
committer Willy Sudiarto Raharjo2022-06-04 05:37:21 +0200
commitd50523c9ab06dd490dc5a7d477f872544154d50d (patch)
treeb602ced619d8d045bf121c6e6cb5a2546ff5fe9e /system/thermald/thermald.SlackBuild
parent8ab3aba2a9d2d870ad5e2ab6d64aeed65dd5cc79 (diff)
downloadslackbuilds-d50523c9ab06dd490dc5a7d477f872544154d50d.tar.gz
system/thermald: Updated for version 2.4.9.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/thermald/thermald.SlackBuild')
-rw-r--r--system/thermald/thermald.SlackBuild5
1 files changed, 1 insertions, 4 deletions
diff --git a/system/thermald/thermald.SlackBuild b/system/thermald/thermald.SlackBuild
index a40da455fc..d76f62d768 100644
--- a/system/thermald/thermald.SlackBuild
+++ b/system/thermald/thermald.SlackBuild
@@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=thermald
SRCNAM=thermal_daemon
-VERSION=${VERSION:-2.4.8}
+VERSION=${VERSION:-2.4.9}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -40,9 +40,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