Skip to content

Commit

Permalink
bump(tur-hacking/bettercap): v2.40.0 (#1440)
Browse files Browse the repository at this point in the history
  • Loading branch information
1q23lyc45 authored Jan 9, 2025
1 parent 99fb465 commit e4bd2eb
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions tur-hacking/bettercap/build.sh
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
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"
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
}

Expand Down

0 comments on commit e4bd2eb

Please sign in to comment.