diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-11-05 18:54:13 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-11-05 18:54:13 +0700 |
commit | 4d775c126dc2b85e14f5f8891337d8881cfb4de3 (patch) | |
tree | 853b1d6dc2bd3521fb7d4a448d98539f5af797fb /system/thermald | |
parent | d45f526da4cce7cd552ae75b5dde5f8d94983b22 (diff) |
system/thermald: Updated for version 2.5.1.
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 d76f62d7683b..f328e0ddd099 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.4.9} +VERSION=${VERSION:-2.5.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/thermald/thermald.info b/system/thermald/thermald.info index ddc1d755824e..b6d67bedb5e2 100644 --- a/system/thermald/thermald.info +++ b/system/thermald/thermald.info @@ -1,8 +1,8 @@ PRGNAM="thermald" -VERSION="2.4.9" +VERSION="2.5.1" HOMEPAGE="https://github.com/intel/thermal_daemon" -DOWNLOAD="https://github.com/intel/thermal_daemon/archive/v2.4.9/thermal_daemon-2.4.9.tar.gz" -MD5SUM="475ba8dcb3df6ae7cf2a9bda76c15360" +DOWNLOAD="https://github.com/intel/thermal_daemon/archive/v2.5.1/thermal_daemon-2.5.1.tar.gz" +MD5SUM="068201f23a36d1e922bdb96966cce35a" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |