diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-08-17 20:23:11 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-08-17 20:23:11 +0700 |
commit | c5a9d6411c040986bea1641f4f8795ba9d525736 (patch) | |
tree | 226b1619240417a228c0918c203dc70a1588f7ef | |
parent | 18922f1eed76732f5ef4c98ff17ec227f194e028 (diff) |
system/thermald: Updated for version 2.5.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-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 0ec2de2df840..2a8266e8b501 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.3} +VERSION=${VERSION:-2.5.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/thermald/thermald.info b/system/thermald/thermald.info index 7b30e1d04eb1..ee3b4e6e3e47 100644 --- a/system/thermald/thermald.info +++ b/system/thermald/thermald.info @@ -1,8 +1,8 @@ PRGNAM="thermald" -VERSION="2.5.3" +VERSION="2.5.4" HOMEPAGE="https://github.com/intel/thermal_daemon" -DOWNLOAD="https://github.com/intel/thermal_daemon/archive/v2.5.3/thermal_daemon-2.5.3.tar.gz" -MD5SUM="61213f23cb528b5eb05b5772a0913a1e" +DOWNLOAD="https://github.com/intel/thermal_daemon/archive/v2.5.4/thermal_daemon-2.5.4.tar.gz" +MD5SUM="492c5165e68fd6eff4b361f0ac9cae22" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |