bettercap: update to 2.5.
This commit is contained in:
parent
79c704a1e5
commit
7105a8fc1d
1 changed files with 5 additions and 5 deletions
|
@ -1,14 +1,14 @@
|
|||
# Template file for 'bettercap'
|
||||
pkgname=bettercap
|
||||
version=2.3.1
|
||||
revision=2
|
||||
version=2.5
|
||||
revision=1
|
||||
build_style=go
|
||||
hostmakedepends="git"
|
||||
makedepends="libpcap-devel"
|
||||
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"
|
||||
distfiles="$homepage/archive/v$version.tar.gz"
|
||||
checksum=9aa51d4eab9eaeb90380792e4ca8fa0809fe5c2b1cc3006d618a32c4ced3a968
|
||||
checksum=90f437ce132cc080c573a5bbc568d31859105117db2e1bf77f209c01ef2fa5ee
|
||||
|
|
Loading…
Reference in a new issue