network/ettercap: Updated for version 0.8.3.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
11c4640159
commit
1bd0d8fb94
|
@ -13,3 +13,5 @@ GNU General Public License.
|
|||
The build script support the following switches:
|
||||
IPV6=ON (default: OFF) to enable ipv6 support
|
||||
LUA=ON (default: OFF) to enable lua support (experimental), requires luajit
|
||||
|
||||
GeoIP is an optional dependency.
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for ettercap
|
||||
|
||||
# Copyright 2013-2016 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy
|
||||
# Copyright 2013-2019 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=ettercap
|
||||
VERSION=${VERSION:-0.8.2}
|
||||
VERSION=${VERSION:-0.8.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="ettercap"
|
||||
VERSION="0.8.2"
|
||||
VERSION="0.8.3"
|
||||
HOMEPAGE="https://ettercap.github.io/ettercap/"
|
||||
DOWNLOAD="https://github.com/Ettercap/ettercap/releases/download/v0.8.2/ettercap-0.8.2.tar.gz"
|
||||
MD5SUM="b6b20851862f55644d5f296f77b785d1"
|
||||
DOWNLOAD="https://github.com/Ettercap/ettercap/releases/download/v0.8.3/ettercap-0.8.3.tar.gz"
|
||||
MD5SUM="6b27d329a509e65fef9044c95a2dde35"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="libnet"
|
||||
|
|
Loading…
Reference in New Issue