diff options
Diffstat (limited to 'system/netatop/netatop.SlackBuild')
-rw-r--r-- | system/netatop/netatop.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/system/netatop/netatop.SlackBuild b/system/netatop/netatop.SlackBuild index 5461d728a3..b49b105733 100644 --- a/system/netatop/netatop.SlackBuild +++ b/system/netatop/netatop.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for netatop -# Copyright 2012-2018 Willy Sudiarto Raharjo <willysr@slackbuilds.org> +# Copyright 2012-2019 Willy Sudiarto Raharjo <willysr@slackbuilds.org> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,8 +23,8 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=netatop -VERSION=${VERSION:-1.0} -BUILD=${BUILD:-2} +VERSION=${VERSION:-2.0} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} KERNEL=${KERNEL:-$(uname -r)} |