From b74b3a307cea906c2b5904edc73b58ad40e5d0f7 Mon Sep 17 00:00:00 2001 From: Lucinda May Phipps Date: Tue, 24 Aug 2021 19:58:03 +0100 Subject: [PATCH] ettercap: bump due to termux/termux-packages@4f8d054 --- root-packages/ettercap/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root-packages/ettercap/build.sh b/root-packages/ettercap/build.sh index 0e0eada0d..85ae39ebd 100644 --- a/root-packages/ettercap/build.sh +++ b/root-packages/ettercap/build.sh @@ -3,7 +3,7 @@ TERMUX_PKG_DESCRIPTION="Comprehensive suite for MITM attacks, can sniff live con TERMUX_PKG_LICENSE="GPL-2.0" TERMUX_PKG_MAINTAINER="@termux" TERMUX_PKG_VERSION=0.8.3.1 -TERMUX_PKG_REVISION=2 +TERMUX_PKG_REVISION=3 TERMUX_PKG_SRCURL=https://github.com/Ettercap/ettercap/archive/v${TERMUX_PKG_VERSION}.tar.gz TERMUX_PKG_SHA256=d0c3ef88dfc284b61d3d5b64d946c1160fd04276b448519c1ae4438a9cdffaf3 TERMUX_PKG_DEPENDS="libpcap, openssl, zlib, curl, pcre, ncurses, libiconv, libnet, libltdl, ethtool"