network/vnstat: Updated for version 2.11.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
42cefe8981
commit
5727360f91
|
@ -3,7 +3,7 @@
|
|||
# Slackware build script for vnstat
|
||||
|
||||
# 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.
|
||||
#
|
||||
# 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.10}
|
||||
VERSION=${VERSION:-2.11}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -39,9 +39,6 @@ if [ -z "$ARCH" ]; then
|
|||
esac
|
||||
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
|
||||
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
|
||||
exit 0
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="vnstat"
|
||||
VERSION="2.10"
|
||||
VERSION="2.11"
|
||||
HOMEPAGE="https://humdi.net/vnstat/"
|
||||
DOWNLOAD="https://humdi.net/vnstat/vnstat-2.10.tar.gz"
|
||||
MD5SUM="7a4af53559390da0a92ad91e52fd4faa"
|
||||
DOWNLOAD="https://humdi.net/vnstat/vnstat-2.11.tar.gz"
|
||||
MD5SUM="6897343cd03d55afa23ca18c4b237b2f"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue