diff options
-rw-r--r-- | network/netsniff-ng/netsniff-ng.SlackBuild | 7 | ||||
-rw-r--r-- | network/netsniff-ng/netsniff-ng.info | 6 |
2 files changed, 5 insertions, 8 deletions
diff --git a/network/netsniff-ng/netsniff-ng.SlackBuild b/network/netsniff-ng/netsniff-ng.SlackBuild index 8855337e85..0d15fa6f3c 100644 --- a/network/netsniff-ng/netsniff-ng.SlackBuild +++ b/network/netsniff-ng/netsniff-ng.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for netsniff-ng -# Copyright 2013-2021 Willy Sudiarto Raharjo <willysr@slackbuilds.org> +# Copyright 2013-2025 Willy Sudiarto Raharjo <willysr@slackbuilds.org> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=netsniff-ng -VERSION=${VERSION:-0.6.8} +VERSION=${VERSION:-0.6.9} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -38,9 +38,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 diff --git a/network/netsniff-ng/netsniff-ng.info b/network/netsniff-ng/netsniff-ng.info index 7db97b295c..3d05eea00c 100644 --- a/network/netsniff-ng/netsniff-ng.info +++ b/network/netsniff-ng/netsniff-ng.info @@ -1,8 +1,8 @@ PRGNAM="netsniff-ng" -VERSION="0.6.8" +VERSION="0.6.9" HOMEPAGE="http://netsniff-ng.org" -DOWNLOAD="http://pub.netsniff-ng.org/netsniff-ng/netsniff-ng-0.6.8.tar.xz" -MD5SUM="477580690816dc7eacaaca444a6bdb55" +DOWNLOAD="http://pub.netsniff-ng.org/netsniff-ng/netsniff-ng-0.6.9.tar.xz" +MD5SUM="17caa21e9ebe5b86672c9de5ba0a42a5" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="libcli libnet nacl liburcu GeoIP" |