1
0
forked from ports/contrib

nethogs: 0.8.5 -> 0.8.6

This commit is contained in:
Tim Biermann 2020-06-17 20:30:33 +00:00
parent 44b18e00dc
commit 2653f5e4fc
Signed by untrusted user: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF34IQHPLGaaOrAsN02w3Wo+dLuAStIMhfaOVL5/KmDghml0YQeAwTFJ1OZQFeIremM+baeU+S5XR+7zFPYRZO1Ag=
SHA256 (Pkgfile) = 3e2e68919d96370e0237893113c732cd3463646b99b73eee66e6ba8cf4aa310c
RWSagIOpLGJF31VtcRZ7zHIgMse1nJBZFtGfbgn0dUatoMogniiOjZI7bYiLUzmuwPmxm/LX3CRqFSaHDM2aoPiuASmCJRhw5AE=
SHA256 (Pkgfile) = 1dd522c2d13914b0f698c5ed4edfbe10772b605d26b77e4cd57e4140b261aa08
SHA256 (.footprint) = db02e51b4a452de827fc78c8b53a6a13c8afdd09c228fedc5cccc432952cd141
SHA256 (nethogs-v0.8.5.tar.gz) = 6a9392726feca43228b3f0265379154946ef0544c2ca2cac59ec35a24f469dcc
SHA256 (nethogs-v0.8.6.tar.gz) = 317c1d5235d4be677e494e931c41d063a783ac0ac51e35e345e621d261c2e5a0

View File

@ -4,12 +4,12 @@
# Depends on: libpcap
name=nethogs
version=0.8.5
version=0.8.6
release=1
source=(https://github.com/raboof/nethogs/archive/v$version/$name-v$version.tar.gz)
build() {
cd $name-$version
cd $name-$version
make
make PREFIX=/usr DESTDIR=$PKG install
}