network/ettercap: Updated for version 0.8.3.

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
Matteo Bernardini 2019-08-19 12:40:05 +02:00 committed by Willy Sudiarto Raharjo
parent 11c4640159
commit 1bd0d8fb94
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
3 changed files with 7 additions and 5 deletions

View File

@ -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.

View File

@ -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}

View File

@ -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"