mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
system/thermald: Updated for version 2.5.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
d45f526da4
commit
4d775c126d
2 changed files with 4 additions and 4 deletions
|
@ -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}
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in a new issue