diff options
Diffstat (limited to 'system/thermald/thermald.SlackBuild')
-rw-r--r-- | system/thermald/thermald.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/thermald/thermald.SlackBuild b/system/thermald/thermald.SlackBuild index 2a8266e8b5019..db2a9ff24b5ed 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-2023 Willy Sudiarto Raharjo <willysr@slackbuilds.org> +# Copyright 2017-2024 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.5.4} +VERSION=${VERSION:-2.5.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |