diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-10-02 07:56:54 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-10-02 07:56:54 +0700 |
commit | f5c80ff73285e88930c784ee71bebd21a2febb20 (patch) | |
tree | 02f00f38ada4619e8d2ec7ac9998a9bd35656af2 /system | |
parent | c58a67f197610a97fab4e99bf1dc8de638d69cc0 (diff) | |
download | slackbuilds-f5c80ff73285e88930c784ee71bebd21a2febb20.tar.gz |
system/thermald: Updated for version 1.8.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r-- | system/thermald/doinst.sh | 1 | ||||
-rw-r--r-- | system/thermald/thermald.SlackBuild | 3 | ||||
-rw-r--r-- | system/thermald/thermald.info | 6 |
3 files changed, 4 insertions, 6 deletions
diff --git a/system/thermald/doinst.sh b/system/thermald/doinst.sh index 120570687d..0907c3990b 100644 --- a/system/thermald/doinst.sh +++ b/system/thermald/doinst.sh @@ -11,5 +11,4 @@ config() { # Otherwise, we leave the .new copy for the admin to consider... } -config etc/thermald/thermal-conf.xml.new config etc/thermald/thermal-cpu-cdev-order.xml.new diff --git a/system/thermald/thermald.SlackBuild b/system/thermald/thermald.SlackBuild index 3fa6ef745d..5be10b7d5f 100644 --- a/system/thermald/thermald.SlackBuild +++ b/system/thermald/thermald.SlackBuild @@ -25,7 +25,7 @@ PRGNAM=thermald SRCNAM=thermal_daemon -VERSION=${VERSION:-1.7.2} +VERSION=${VERSION:-1.8} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -85,7 +85,6 @@ make make install DESTDIR=$PKG # Don't clobber configs -mv $PKG/etc/thermald/thermal-conf.xml $PKG/etc/thermald/thermal-conf.xml.new mv $PKG/etc/thermald/thermal-cpu-cdev-order.xml $PKG/etc/thermald/thermal-cpu-cdev-order.xml.new find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ diff --git a/system/thermald/thermald.info b/system/thermald/thermald.info index abfdd0631d..a4c76c1e19 100644 --- a/system/thermald/thermald.info +++ b/system/thermald/thermald.info @@ -1,8 +1,8 @@ PRGNAM="thermald" -VERSION="1.7.2" +VERSION="1.8" HOMEPAGE="https://github.com/01org/thermal_daemon" -DOWNLOAD="https://github.com/01org/thermal_daemon/archive/v1.7.2/thermal_daemon-1.7.2.tar.gz" -MD5SUM="d5c067c078e4c3015b32faac591a3a6c" +DOWNLOAD="https://github.com/01org/thermal_daemon/archive/v1.8/thermal_daemon-1.8.tar.gz" +MD5SUM="135ba1317598da2ef7be2f47b469ca3e" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |