bpfmon: update to 2.52.
This commit is contained in:
parent
90fd0f242a
commit
dca51cf531
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'bpfmon'
|
# Template file for 'bpfmon'
|
||||||
pkgname=bpfmon
|
pkgname=bpfmon
|
||||||
version=2.51
|
version=2.52
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="libpcap-devel yascreen-devel"
|
makedepends="libpcap-devel yascreen-devel"
|
||||||
|
@ -9,9 +9,9 @@ short_desc="BPF based visual packet rate monitor"
|
||||||
maintainer="Duncaen <duncaen@voidlinux.org>"
|
maintainer="Duncaen <duncaen@voidlinux.org>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://github.com/bbonev/bpfmon"
|
homepage="https://github.com/bbonev/bpfmon"
|
||||||
changelog="https://github.com/bbonev/bpfmon/raw/master/debian/changelog"
|
changelog="https://github.com/bbonev/bpfmon/releases"
|
||||||
distfiles="https://github.com/bbonev/bpfmon/releases/download/v${version}/bpfmon-${version}.tar.xz"
|
distfiles="https://github.com/bbonev/bpfmon/releases/download/v${version}/bpfmon-${version}.tar.xz"
|
||||||
checksum=a3b922c728856ca357432ded6855382a2f27cd8fd3c92947a94cda657577d779
|
checksum=e4e882c6d998b8adb04e1372d4f7a3342fede472770ab3aa9bf6ebd5b848c5e7
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
vsed -e 's;$(PREFIX)/sbin;$(PREFIX)/bin;g' -i Makefile
|
vsed -e 's;$(PREFIX)/sbin;$(PREFIX)/bin;g' -i Makefile
|
||||||
|
|
Loading…
Reference in New Issue