From e4bd2ebc2736e36e5700af54d2a921b46fa4ef3f Mon Sep 17 00:00:00 2001 From: 1q23lyc45 <174172451+1q23lyc45@users.noreply.github.com> Date: Thu, 9 Jan 2025 23:19:56 +0800 Subject: [PATCH] bump(tur-hacking/bettercap): v2.40.0 (#1440) --- tur-hacking/bettercap/build.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/tur-hacking/bettercap/build.sh b/tur-hacking/bettercap/build.sh index 480fbd27a..babec8ff3 100644 --- a/tur-hacking/bettercap/build.sh +++ b/tur-hacking/bettercap/build.sh @@ -1,10 +1,10 @@ TERMUX_PKG_HOMEPAGE=https://www.bettercap.org/ TERMUX_PKG_DESCRIPTION="The Swiss Army knife for 802.11, BLE, IPv4 and IPv6 networks reconnaissance and MITM attacks. " TERMUX_PKG_LICENSE="GPL-3.0" -TERMUX_PKG_VERSION="2.33.0" -TERMUX_PKG_MAINTAINER="https://github.com/1q23lyc45" +TERMUX_PKG_VERSION="2.40.0" +TERMUX_PKG_MAINTAINER="1q23lyc45" TERMUX_PKG_SRCURL=https://github.com/bettercap/bettercap/archive/refs/tags/v${TERMUX_PKG_VERSION}.tar.gz -TERMUX_PKG_SHA256=7e9f145edbe07f25b1d4c5132d9d6ed322ed728249f71acced1352459faf0e97 +TERMUX_PKG_SHA256=33fb079d148bdbf640a6a634873dec7799430b0e949ba45007976e50c1323000 TERMUX_PKG_BUILD_IN_SRC=true TERMUX_PKG_AUTO_UPDATE=false TERMUX_PKG_BUILD_DEPENDS="libusb, libpcap, root-repo, libnetfilter-queue" @@ -12,6 +12,7 @@ TERMUX_PKG_DEPENDS="libusb, libpcap, root-repo, libnetfilter-queue" termux_step_make() { termux_setup_golang + git clone https://github.com/bettercap/ui modules/ui/ui make }