diff options
-rw-r--r-- | network/scapy/scapy.SlackBuild | 4 | ||||
-rw-r--r-- | network/scapy/scapy.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/network/scapy/scapy.SlackBuild b/network/scapy/scapy.SlackBuild index 61888c74492d2..9b63aebaed462 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-2019 Corrado Franco (http://conraid.net) +# Copyright 2008-2021 Corrado Franco (http://conraid.net) # All rights reserved. # # This program is free software: you can redistribute it and/or modify @@ -24,7 +24,7 @@ # <http://www.gnu.org/licenses/>. PRGNAM=scapy -VERSION=${VERSION:-2.4.3} +VERSION=${VERSION:-2.4.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/network/scapy/scapy.info b/network/scapy/scapy.info index 9c53507ecd78b..4c873228bcd29 100644 --- a/network/scapy/scapy.info +++ b/network/scapy/scapy.info @@ -1,8 +1,8 @@ PRGNAM="scapy" -VERSION="2.4.3" +VERSION="2.4.4" HOMEPAGE="http://www.secdev.org/projects/scapy/" -DOWNLOAD="https://github.com/secdev/scapy/archive/v2.4.3/scapy-2.4.3.tar.gz" -MD5SUM="c94f3825391c102ca9740e41f4ed2ec0" +DOWNLOAD="https://github.com/secdev/scapy/archive/v2.4.4/scapy-2.4.4.tar.gz" +MD5SUM="e75f869b0d932732f810cae624783226" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |