bettercap: update to 2.14

This commit is contained in:
Andrew Benson 2019-02-09 14:22:28 -06:00 committed by maxice8
parent b53d049d8d
commit 978db438b8
1 changed files with 5 additions and 5 deletions

View File

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