diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-04-23 12:26:35 +0700 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2021-04-23 01:11:25 -0500 |
commit | 577b1a1941671b9e8fc1efc3ec00d938ff10e753 (patch) | |
tree | 28d68527e5bb1db17e2a608f61b31001d7fdd2a7 /system/thermald/thermald.SlackBuild | |
parent | aece0ab5ead0b1717a3ca20d49796d94ac7b401c (diff) |
system/thermald: Updated for version 2.4.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/thermald/thermald.SlackBuild')
-rw-r--r-- | system/thermald/thermald.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/system/thermald/thermald.SlackBuild b/system/thermald/thermald.SlackBuild index a12ea9a03c..76668384f3 100644 --- a/system/thermald/thermald.SlackBuild +++ b/system/thermald/thermald.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for thermald # Copyright 2017 Aaditya Bagga <aaditya_gnulinux@zoho.com> -# Copyright 2017-2018 Willy Sudiarto Raharjo <willysr@slackbuilds.org> +# Copyright 2017-2021 Willy Sudiarto Raharjo <willysr@slackbuilds.org> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,8 +25,8 @@ PRGNAM=thermald SRCNAM=thermal_daemon -VERSION=${VERSION:-1.9} -BUILD=${BUILD:-2} +VERSION=${VERSION:-2.4.4} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then |