diff options
author | Benjamin Trigona-Harany <slackbuilds@jaxartes.net> | 2020-04-11 07:21:59 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-04-19 10:52:36 +0700 |
commit | ab92a4b1b2d9e1b5d41e7594acd999d56b785989 (patch) | |
tree | 86863977f41461fd1f56034cceb7b98c71c22e00 /system/thinkfan/thinkfan.SlackBuild | |
parent | 6146da21b4134c734983a1884c54e029a0596971 (diff) |
system/thinkfan: Updated for version 1.1.
Signed-off-by: Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/thinkfan/thinkfan.SlackBuild')
-rw-r--r-- | system/thinkfan/thinkfan.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/thinkfan/thinkfan.SlackBuild b/system/thinkfan/thinkfan.SlackBuild index c8e7b688aa..b3a0afefcc 100644 --- a/system/thinkfan/thinkfan.SlackBuild +++ b/system/thinkfan/thinkfan.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for thinkfan -# Copyright 2014-2019 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> +# Copyright 2014-2020 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> # 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=thinkfan -VERSION=${VERSION:-1.0.2} +VERSION=${VERSION:-1.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |