diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-02-11 07:53:06 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-02-11 08:08:01 +0700 |
commit | f28caa6360762ed3624f07e03face5fc5b63bd6e (patch) | |
tree | 6dd9a8a625412f7681e5801eee4f2480b406ea89 /system | |
parent | 17f225168905332a638a0b30dbe96489fd25c731 (diff) |
system/thermald: Updated for version 2.5.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-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 f328e0ddd0995..9e79575924238 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-2022 Willy Sudiarto Raharjo <willysr@slackbuilds.org> +# Copyright 2017-2023 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.5.1} +VERSION=${VERSION:-2.5.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/thermald/thermald.info b/system/thermald/thermald.info index b6d67bedb5e20..69c3e5a80c144 100644 --- a/system/thermald/thermald.info +++ b/system/thermald/thermald.info @@ -1,8 +1,8 @@ PRGNAM="thermald" -VERSION="2.5.1" +VERSION="2.5.2" HOMEPAGE="https://github.com/intel/thermal_daemon" -DOWNLOAD="https://github.com/intel/thermal_daemon/archive/v2.5.1/thermal_daemon-2.5.1.tar.gz" -MD5SUM="068201f23a36d1e922bdb96966cce35a" +DOWNLOAD="https://github.com/intel/thermal_daemon/archive/v2.5.2/thermal_daemon-2.5.2.tar.gz" +MD5SUM="d815192c8ba1977e896f313283392ea2" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |