diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-01-16 20:37:41 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-01-17 19:46:23 +0700 |
commit | 1a5a70955325fb810f2091211de5c6f7d1576c65 (patch) | |
tree | 22945dc381eef73d994b526b0d9a8bf0c866be3e | |
parent | b90ba781510c656dc15ebbf1de633fbc35d71653 (diff) | |
download | slackbuilds-1a5a70955325fb810f2091211de5c6f7d1576c65.tar.gz |
system/netatop: Bump BUILD for kernel changes.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | system/netatop/netatop.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/netatop/netatop.SlackBuild b/system/netatop/netatop.SlackBuild index 1da0ddf46d..5461d728a3 100644 --- a/system/netatop/netatop.SlackBuild +++ b/system/netatop/netatop.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for netatop -# Copyright 2012-2016 Willy Sudiarto Raharjo <willysr@slackbuilds.org> +# Copyright 2012-2018 Willy Sudiarto Raharjo <willysr@slackbuilds.org> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ PRGNAM=netatop VERSION=${VERSION:-1.0} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} KERNEL=${KERNEL:-$(uname -r)} |