diff options
author | Corrado Franco <conraid (at) linux (dot) it> | 2019-08-10 01:30:02 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-08-10 01:30:02 +0700 |
commit | bbba7dd2e3bb2e58e102889578a305f2251cc97b (patch) | |
tree | d5385a398d192d51edc157d532c339afbecb71da | |
parent | 25702ac75a4ca2d58d506bc94571b74d4ec1f4f3 (diff) | |
download | slackbuilds-bbba7dd2e3bb2e58e102889578a305f2251cc97b.tar.gz |
network/scapy: Updated for version 2.4.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | network/scapy/scapy.SlackBuild | 2 | ||||
-rw-r--r-- | network/scapy/scapy.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/network/scapy/scapy.SlackBuild b/network/scapy/scapy.SlackBuild index 4328b4d35f..61888c7449 100644 --- a/network/scapy/scapy.SlackBuild +++ b/network/scapy/scapy.SlackBuild @@ -24,7 +24,7 @@ # <http://www.gnu.org/licenses/>. PRGNAM=scapy -VERSION=${VERSION:-2.4.2} +VERSION=${VERSION:-2.4.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/network/scapy/scapy.info b/network/scapy/scapy.info index bc74a72624..9c53507ecd 100644 --- a/network/scapy/scapy.info +++ b/network/scapy/scapy.info @@ -1,8 +1,8 @@ PRGNAM="scapy" -VERSION="2.4.2" +VERSION="2.4.3" HOMEPAGE="http://www.secdev.org/projects/scapy/" -DOWNLOAD="https://github.com/secdev/scapy/archive/v2.4.2/scapy-2.4.2.tar.gz" -MD5SUM="7e2311493535e655185823a6641afd81" +DOWNLOAD="https://github.com/secdev/scapy/archive/v2.4.3/scapy-2.4.3.tar.gz" +MD5SUM="c94f3825391c102ca9740e41f4ed2ec0" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |