diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-04-19 23:24:14 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-04-19 23:24:14 +0700 |
commit | 1c89f4ebaa0dbef5caf5ad37e9baa49bcbd1850e (patch) | |
tree | 39c25848bbd77f0daa5bba6e9b264802ddd8558e /system/netatop/netatop.SlackBuild | |
parent | 8c47e445c5bffd6c89a77e7b700eaad91e15db58 (diff) |
system/netatop: Updated for version 2.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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)} |