diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-07-08 11:05:55 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-07-08 16:40:43 +0700 |
commit | 40fe63b086a00ece6b0fb68728ed8c37e5c4732b (patch) | |
tree | 74852ecb290cbde9231ad041ebc851a9f6ce2b6a /system/thermald | |
parent | a78989e37d7f60e6c69216f12735b6673048fe8e (diff) |
system/thermald: Updated for version 2.5.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/thermald')
-rw-r--r-- | system/thermald/thermald.SlackBuild | 2 | ||||
-rw-r--r-- | system/thermald/thermald.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/system/thermald/thermald.SlackBuild b/system/thermald/thermald.SlackBuild index 9e7957592423..0ec2de2df840 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.5.2} +VERSION=${VERSION:-2.5.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/thermald/thermald.info b/system/thermald/thermald.info index 69c3e5a80c14..7b30e1d04eb1 100644 --- a/system/thermald/thermald.info +++ b/system/thermald/thermald.info @@ -1,8 +1,8 @@ PRGNAM="thermald" -VERSION="2.5.2" +VERSION="2.5.3" HOMEPAGE="https://github.com/intel/thermal_daemon" -DOWNLOAD="https://github.com/intel/thermal_daemon/archive/v2.5.2/thermal_daemon-2.5.2.tar.gz" -MD5SUM="d815192c8ba1977e896f313283392ea2" +DOWNLOAD="https://github.com/intel/thermal_daemon/archive/v2.5.3/thermal_daemon-2.5.3.tar.gz" +MD5SUM="61213f23cb528b5eb05b5772a0913a1e" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |