Orhun Parmaksız pushed to branch main at Arch Linux / Packaging / Packages /
nethogs
Commits:
7e40ecf6 by Orhun Parmaksız at 2024-10-17T10:32:21+03:00
upgpkg: 0.8.8-1: upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,14 +1,14 @@
pkgbase = nethogs
pkgdesc = A net top tool which displays traffic used per process
instead of per IP or interface
- pkgver = 0.8.7
- pkgrel = 2
+ pkgver = 0.8.8
+ pkgrel = 1
url = https://github.com/raboof/nethogs
arch = x86_64
license = GPL
depends = libpcap
depends = ncurses
depends = gcc-libs
- source =
nethogs-0.8.7.tgz::https://github.com/raboof/nethogs/archive/v0.8.7.tar.gz
- sha256sums =
957d6afcc220dfbba44c819162f44818051c5b4fb793c47ba98294393986617d
+ source =
nethogs-0.8.8.tgz::https://github.com/raboof/nethogs/archive/v0.8.8.tar.gz
+ sha256sums =
111ade20cc545e8dfd7ce4e293bd6b31cd1678a989b6a730bd2fa2acc6254818
pkgname = nethogs
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
# Contributor: ViNS <[email protected]>
# Contributor: Daenyth
pkgname=nethogs
-pkgver=0.8.7
-pkgrel=2
+pkgver=0.8.8
+pkgrel=1
pkgdesc="A net top tool which displays traffic used per process instead of per
IP or interface"
url="https://github.com/raboof/nethogs"
license=('GPL')
@@ -11,7 +11,7 @@ depends=('libpcap' 'ncurses' 'gcc-libs')
arch=('x86_64')
#source=(https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz
source=(nethogs-$pkgver.tgz::https://github.com/raboof/nethogs/archive/v$pkgver.tar.gz)
-sha256sums=('957d6afcc220dfbba44c819162f44818051c5b4fb793c47ba98294393986617d')
+sha256sums=('111ade20cc545e8dfd7ce4e293bd6b31cd1678a989b6a730bd2fa2acc6254818')
prepare() {
cd "$srcdir/$pkgname-$pkgver"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/nethogs/-/commit/7e40ecf6a3a08d0546d20a760de6179abd14d14a
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/nethogs/-/commit/7e40ecf6a3a08d0546d20a760de6179abd14d14a
You're receiving this email because of your account on gitlab.archlinux.org.