network/ettercap: Added the dependency GeoIP.

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Matteo Bernardini 2022-02-22 19:55:10 +01:00 committed by Willy Sudiarto Raharjo
parent 6033a9451b
commit 37ca781e58
No known key found for this signature in database
GPG key ID: 3F617144D7238786

View file

@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/Ettercap/ettercap/releases/download/v0.8.3.1/etterc
MD5SUM="aec144118be53679f906843ff3054ee0"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="libnet"
REQUIRES="GeoIP libnet"
MAINTAINER="Matteo Bernardini"
EMAIL="ponce@slackbuilds.org"