network/vnstat: Updated for version 2.11.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2023-08-26 18:56:57 +07:00
parent 42cefe8981
commit 5727360f91
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 5 additions and 8 deletions

View File

@ -3,7 +3,7 @@
# Slackware build script for vnstat # Slackware build script for vnstat
# Copyright 2017-2019 Michiel van Wessem, Manchester, United Kingdom. # Copyright 2017-2019 Michiel van Wessem, Manchester, United Kingdom.
# Copyright 2019-2022 Willy Sudiarto Raharjo <willysr@slackbuilds.org> # Copyright 2019-2023 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
# All rights reserved. # All rights reserved.
# #
# Redistribution and use of this script, with or without modification, is # Redistribution and use of this script, with or without modification, is
@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd) cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=vnstat PRGNAM=vnstat
VERSION=${VERSION:-2.10} VERSION=${VERSION:-2.11}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz} PKGTYPE=${PKGTYPE:-tgz}
@ -39,9 +39,6 @@ if [ -z "$ARCH" ]; then
esac esac
fi fi
# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
# the name of the created package would be, and then exit. This information
# could be useful to other scripts.
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0 exit 0

View File

@ -1,8 +1,8 @@
PRGNAM="vnstat" PRGNAM="vnstat"
VERSION="2.10" VERSION="2.11"
HOMEPAGE="https://humdi.net/vnstat/" HOMEPAGE="https://humdi.net/vnstat/"
DOWNLOAD="https://humdi.net/vnstat/vnstat-2.10.tar.gz" DOWNLOAD="https://humdi.net/vnstat/vnstat-2.11.tar.gz"
MD5SUM="7a4af53559390da0a92ad91e52fd4faa" MD5SUM="6897343cd03d55afa23ca18c4b237b2f"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="" REQUIRES=""