From f918ac2fdbfc8d3fef610dc15e655b68e8d271ea Mon Sep 17 00:00:00 2001 From: Leo Date: Sat, 4 Apr 2020 05:17:58 -0300 Subject: community/nethogs: upgrade to 0.8.6 --- community/nethogs/APKBUILD | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'community/nethogs/APKBUILD') diff --git a/community/nethogs/APKBUILD b/community/nethogs/APKBUILD index 500743424e2..2e7b41a8def 100644 --- a/community/nethogs/APKBUILD +++ b/community/nethogs/APKBUILD @@ -2,28 +2,25 @@ # Contributor: Bartłomiej Piotrowski # Maintainer: Jakub Jirutka pkgname=nethogs -pkgver=0.8.5 +pkgver=0.8.6 pkgrel=0 pkgdesc="Top-like monitor for network traffic" url="https://github.com/raboof/nethogs" arch="all" -license="GPL" +license="GPL-2.0-or-later" makedepends="libpcap-dev linux-headers ncurses-dev" subpackages="$pkgname-doc" -source="$pkgname-$pkgver.tar.gz::https://github.com/raboof/$pkgname/archive/v$pkgver.tar.gz +source="$pkgname-$pkgver.tar.gz::https://github.com/raboof/nethogs/archive/v$pkgver.tar.gz set-version.patch" -builddir="$srcdir/$pkgname-$pkgver" build() { - cd "$builddir" VERSION="$pkgver" make nethogs } package() { - cd "$builddir" install -Dm755 src/nethogs "$pkgdir"/usr/sbin/nethogs install -Dm644 doc/nethogs.8 "$pkgdir"/usr/share/man/man8/nethogs.8 } -sha512sums="a2be81fcebc9925dd8a0fd9f71c6e790206819e0cc5efeeeb0c741baa9fd25ec685a1784b6d331d938cf14381403f9c13d619509d0ffe713ce8786a83a380908 nethogs-0.8.5.tar.gz +sha512sums="1116f2e57bbf4d9213080598d04ff41c9ae28bd3e5c45c99068c783beb109eff3ffb02f9c3610f20ef0aa53606b3c500917d5d6983496599904d8c5a35cf2a6f nethogs-0.8.6.tar.gz 81d44aea5fa585d80a52f562b308046d6d173e277ab6fdc1e289eda65cfcfbd5bec379c70eb94052a86d8f2e008dc44be3894fca8d74c5b6754753e609422b3e set-version.patch" -- cgit v1.2.3