network/scapy: Updated for version 2.4.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
1eef035a43
commit
4a80bd1cb7
|
@ -2,7 +2,7 @@
|
|||
#
|
||||
# Slackware build script for scapy (http://www.secdev.org/projects/scapy/)
|
||||
#
|
||||
# Copyright 2008-2018 Corrado Franco (http://conraid.net)
|
||||
# Copyright 2008-2019 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.0}
|
||||
VERSION=${VERSION:-2.4.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="scapy"
|
||||
VERSION="2.4.0"
|
||||
VERSION="2.4.2"
|
||||
HOMEPAGE="http://www.secdev.org/projects/scapy/"
|
||||
DOWNLOAD="https://github.com/secdev/scapy/archive/v2.4.0/scapy-2.4.0.tar.gz"
|
||||
MD5SUM="37e0f19a6ccfc4ab1d7a73a96704d9eb"
|
||||
DOWNLOAD="https://github.com/secdev/scapy/archive/v2.4.2/scapy-2.4.2.tar.gz"
|
||||
MD5SUM="1d2559d71d73a6a4f2a987bf28c14c9d"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue