system/thermal_daemon: Updated for version 1.5.3.

This commit is contained in:
Aaditya Bagga 2016-03-13 21:03:01 +05:30 committed by Willy Sudiarto Raharjo
parent c9449612f1
commit 2d26b31e78
3 changed files with 5 additions and 7 deletions

View file

@ -5,8 +5,6 @@ codenamed intel sandy-bridge and above. It is a Linux daemon
used to prevent the overheating of systems. This daemon monitors
temperature and applies compensation using available cooling methods.
Prerequisites: intel p-state driver and kernel 3.10+
Prefers kernel with:
Intel RAPL power capping driver : Available from Linux kernel 3.13.rc1
Intel P State driver (Available in Linux kernel stable release)

View file

@ -2,7 +2,7 @@
# Slackware build script for thermal_daemon
# Copyright 2013-2015 Aaditya Bagga <aaditya_gnulinux@zoho.com>
# Copyright 2013-2016 Aaditya Bagga <aaditya_gnulinux@zoho.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=thermal_daemon
VERSION=${VERSION:-1.4.3}
VERSION=${VERSION:-1.5.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="thermal_daemon"
VERSION="1.4.3"
VERSION="1.5.3"
HOMEPAGE="https://github.com/01org/thermal_daemon"
DOWNLOAD="https://github.com/01org/thermal_daemon/archive/v1.4.3.tar.gz"
MD5SUM="11d9415ab6638ee47cfb09ac9706d3b8"
DOWNLOAD="https://github.com/01org/thermal_daemon/archive/v1.5.3.tar.gz"
MD5SUM="66402236ed3c86a798029cb4d5313817"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""