nethogs: update to 0.8.5.

This commit is contained in:
Juan RP 2016-07-16 08:28:11 +02:00
parent 02d96723dc
commit 56c3a10d77

View file

@ -1,6 +1,6 @@
# Template file for 'nethogs'
pkgname=nethogs
version=0.8.1
version=0.8.5
revision=1
makedepends="libpcap-devel ncurses-devel"
short_desc="Small net top tool grouping bandwidth by process"
@ -8,12 +8,12 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="GPL-1"
homepage="https://github.com/raboof/nethogs"
distfiles="https://github.com/raboof/nethogs/archive/v${version}.tar.gz"
checksum=4c30ef43814549974a5b01fb1a94eb72ff08628c5a421085b1ce3bfe0524df42
checksum=6a9392726feca43228b3f0265379154946ef0544c2ca2cac59ec35a24f469dcc
do_build() {
make CC=$CC CXX=$CXX CFLAGS="$CFLAGS" CXXFLAGS="$CXXFLAGS" ${makejobs}
}
do_install() {
vbin nethogs
vman nethogs.8
vbin src/nethogs
vman doc/nethogs.8
}