mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
system/thermald: Updated for version 2.4.8.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
381ad321f9
commit
7f6257d28f
2 changed files with 5 additions and 5 deletions
|
@ -3,7 +3,7 @@
|
|||
# Slackware build script for thermald
|
||||
|
||||
# Copyright 2017 Aaditya Bagga <aaditya_gnulinux@zoho.com>
|
||||
# Copyright 2017-2021 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
|
||||
# Copyright 2017-2022 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
|
||||
PRGNAM=thermald
|
||||
SRCNAM=thermal_daemon
|
||||
VERSION=${VERSION:-2.4.6}
|
||||
VERSION=${VERSION:-2.4.8}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="thermald"
|
||||
VERSION="2.4.6"
|
||||
VERSION="2.4.8"
|
||||
HOMEPAGE="https://github.com/intel/thermal_daemon"
|
||||
DOWNLOAD="https://github.com/intel/thermal_daemon/archive/v2.4.6/thermal_daemon-2.4.6.tar.gz"
|
||||
MD5SUM="e5aa89bdba1394ca24ecf8adac6c89f7"
|
||||
DOWNLOAD="https://github.com/intel/thermal_daemon/archive/v2.4.8/thermal_daemon-2.4.8.tar.gz"
|
||||
MD5SUM="f1ba2aacbd7459c1c9a6bc4b23f18394"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue