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 | |
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')
-rw-r--r-- | system/thermald/thermald.SlackBuild | 4 | ||||
-rw-r--r-- | system/thermald/thermald.info | 6 |
2 files changed, 5 insertions, 5 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} diff --git a/system/thermald/thermald.info b/system/thermald/thermald.info index 8be1b0a714173..6b992440b27fa 100644 --- a/system/thermald/thermald.info +++ b/system/thermald/thermald.info @@ -1,8 +1,8 @@ PRGNAM="thermald" -VERSION="2.4.6" +VERSION="2.4.8" HOMEPAGE="https://github.com/intel/thermal_daemon" -DOWNLOAD="https://github.com/intel/thermal_daemon/archive/v2.4.6/thermal_daemon-2.4.6.tar.gz" -MD5SUM="e5aa89bdba1394ca24ecf8adac6c89f7" +DOWNLOAD="https://github.com/intel/thermal_daemon/archive/v2.4.8/thermal_daemon-2.4.8.tar.gz" +MD5SUM="f1ba2aacbd7459c1c9a6bc4b23f18394" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |