bettercap: update to 2.18.

This commit is contained in:
Andrea Brancaleoni 2019-03-03 16:00:24 +01:00
parent bd565cb85b
commit 5932b69d25
1 changed files with 3 additions and 3 deletions

View File

@ -1,17 +1,17 @@
# Template file for 'bettercap'
pkgname=bettercap
version=2.17
version=2.18
revision=1
build_style=go
go_import_path=github.com/bettercap/bettercap
hostmakedepends="git pkg-config"
makedepends="libpcap-devel libnetfilter_queue-devel"
makedepends="libpcap-devel libnetfilter_queue-devel libusb-devel"
short_desc="Network attack and monitoring framework"
maintainer="Andrea Brancaleoni <abc@pompel.me>"
license="GPL-3.0-only"
homepage="https://github.com/bettercap/bettercap"
distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=a4303eca6e7ed2aabe23638a2f2eb61b0786911e6ddb5153500b3d1ffe7af252
checksum=fa7192ce330a4c6f7e37974a26826f61be4407d1ee8994f5d732cfed4dab5b74
case "$XBPS_TARGET_MACHINE" in
x86_64-musl|i686) broken="fails to build" ;;