diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-01-22 09:34:28 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-01-22 09:34:28 +0700 |
commit | 7f6257d28f754d569074f43d6b0d58db189f0418 (patch) | |
tree | 957d990ca3f0ce2009cf92a321460dfd29ad8dcb /system/thermald/thermald.SlackBuild | |
parent | 381ad321f9f31a4a3c75843abe7a1a3e06055923 (diff) |
system/thermald: Updated for version 2.4.8.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/thermald/thermald.SlackBuild')
-rw-r--r-- | system/thermald/thermald.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/thermald/thermald.SlackBuild b/system/thermald/thermald.SlackBuild index 5dd2650c0db02..a40da455fc365 100644 --- a/system/thermald/thermald.SlackBuild +++ b/system/thermald/thermald.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for thermald # Copyright 2017 Aaditya Bagga <aaditya_gnulinux@zoho.com> -# Copyright 2017-2021 Willy Sudiarto Raharjo <willysr@slackbuilds.org> +# Copyright 2017-2022 Willy Sudiarto Raharjo <willysr@slackbuilds.org> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=thermald SRCNAM=thermal_daemon -VERSION=${VERSION:-2.4.6} +VERSION=${VERSION:-2.4.8} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |