bettercap: update to 2.28

This commit is contained in:
Nathan Owens 2020-11-01 20:46:02 -06:00 committed by Andrew J. Hesford
parent e11b96e03d
commit 50e80a8a6f

View file

@ -1,7 +1,7 @@
# Template file for 'bettercap'
pkgname=bettercap
version=2.27.1
revision=2
version=2.28
revision=1
build_style=go
go_import_path=github.com/bettercap/bettercap
hostmakedepends="pkg-config"
@ -11,7 +11,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-3.0-only"
homepage="https://github.com/bettercap/bettercap"
distfiles="https://github.com/bettercap/bettercap/archive/v${version}.tar.gz"
checksum=dd4349a43486ec300a0f777f7c53b2fff608fb82dbba720c144b85538811405c
checksum=5bde85117679c6ed8b5469a5271cdd5f7e541bd9187b8d0f26dee790c37e36e9
if [ "$XBPS_TARGET_LIBC" = musl ]; then
CPPFLAGS="-Du_int8_t=uint8_t -Du_int16_t=uint16_t -Du_int32_t=uint32_t"