network/bpfmon: Updated for version 2.52.

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Matteo Bernardini 2024-04-27 18:56:56 +02:00 committed by Willy Sudiarto Raharjo
parent 13299c9ede
commit 64dc344059
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 5 additions and 5 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for bpfmon # Slackware build script for bpfmon
# Copyright 2022-2023 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy # Copyright 2022-2024 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy
# 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
@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd) cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=bpfmon PRGNAM=bpfmon
VERSION=${VERSION:-2.51} VERSION=${VERSION:-2.52}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz} PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="bpfmon" PRGNAM="bpfmon"
VERSION="2.51" VERSION="2.52"
HOMEPAGE="https://github.com/bbonev/bpfmon" HOMEPAGE="https://github.com/bbonev/bpfmon"
DOWNLOAD="https://github.com/bbonev/bpfmon/releases/download/v2.51/bpfmon-2.51.tar.xz" DOWNLOAD="https://github.com/bbonev/bpfmon/releases/download/v2.52/bpfmon-2.52.tar.xz"
MD5SUM="54c105b49808ac8b8ad7af0dba6f73b9" MD5SUM="421beb09d0c503f1dbee1a2198985a7f"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="yascreen" REQUIRES="yascreen"