diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-01-27 08:26:39 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-01-27 08:26:39 +0700 |
commit | 444f29057df722ea607a5f392edba48575c6944f (patch) | |
tree | 46a4af8cbc97610d51629b00d75c878fa8e5a98f /network/vnstat/vnstat.SlackBuild | |
parent | ba6a873d7046c820d42174033c9932cf3025475b (diff) |
network/vnstat: Updated for version 2.9.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/vnstat/vnstat.SlackBuild')
-rw-r--r-- | network/vnstat/vnstat.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/network/vnstat/vnstat.SlackBuild b/network/vnstat/vnstat.SlackBuild index d7b32441715e4..ea62a188b45e4 100644 --- a/network/vnstat/vnstat.SlackBuild +++ b/network/vnstat/vnstat.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for vnstat # Copyright 2017-2019 Michiel van Wessem, Manchester, United Kingdom. -# Copyright 2019-2021 Willy Sudiarto Raharjo <willysr@slackbuilds.org> +# Copyright 2019-2022 Willy Sudiarto Raharjo <willysr@slackbuilds.org> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=vnstat -VERSION=${VERSION:-2.8} +VERSION=${VERSION:-2.9} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |