bettercap: update to 2.8.
This commit is contained in:
parent
768d5a76ac
commit
40708bbb2a
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'bettercap'
|
# Template file for 'bettercap'
|
||||||
pkgname=bettercap
|
pkgname=bettercap
|
||||||
version=2.7
|
version=2.8
|
||||||
revision=1
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
hostmakedepends="git pkg-config"
|
hostmakedepends="git pkg-config"
|
||||||
|
@ -11,7 +11,7 @@ license="GPL-3"
|
||||||
go_import_path=github.com/bettercap/bettercap
|
go_import_path=github.com/bettercap/bettercap
|
||||||
homepage="https://${go_import_path}"
|
homepage="https://${go_import_path}"
|
||||||
distfiles="${homepage}/archive/v${version}.tar.gz"
|
distfiles="${homepage}/archive/v${version}.tar.gz"
|
||||||
checksum=4ce11f69f3532d482bfc38ffab12d69545b6d7826bac5222d6bd6ff8ee20a26b
|
checksum=9f8054aaa78acf0ddc020e52b6c7f6737556f2f4c7df16c094ac54e51dd11784
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
x86_64-musl) broken="fails to build" ;;
|
x86_64-musl) broken="fails to build" ;;
|
||||||
|
|
Loading…
Reference in New Issue