diff options
author | Corrado Franco <conraid (at) linux (dot) it> | 2022-04-01 11:27:12 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-04-02 18:19:03 +0700 |
commit | 74795638ef41a29560027d268af1023bc09818ac (patch) | |
tree | dfe4dce7e4d25d103b938ad4147c5cec83bf92af /network/scapy/scapy.SlackBuild | |
parent | b323b37780f8dad36936625534ea49cb403a3b63 (diff) |
network/scapy: Updated for version 2.4.5.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/scapy/scapy.SlackBuild')
-rw-r--r-- | network/scapy/scapy.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/network/scapy/scapy.SlackBuild b/network/scapy/scapy.SlackBuild index 110a8676c3bf0..6acad51ad631c 100644 --- a/network/scapy/scapy.SlackBuild +++ b/network/scapy/scapy.SlackBuild @@ -2,7 +2,7 @@ # # Slackware build script for scapy (http://www.secdev.org/projects/scapy/) # -# Copyright 2008-2021 Corrado Franco (http://conraid.net) +# Copyright 2008-2022 Corrado Franco (http://conraid.net) # All rights reserved. # # This program is free software: you can redistribute it and/or modify @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=scapy -VERSION=${VERSION:-2.4.4} +VERSION=${VERSION:-2.4.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |