updater-nethogs-0.8.8 — nethogs → 0.8.8 (#12984)

* Add unbuilt nethogs to updater-nethogs-0.8.8

* updater-nethogs-0.8.8: Package File Update Run on linux/386 container.

* updater-nethogs-0.8.8: Package File Update Run on linux/amd64 container.

* updater-nethogs-0.8.8: Package File Update Run on linux/arm/v7 container.

---------

Co-authored-by: satmandu <satmandu@users.noreply.github.com>
Co-authored-by: chromebrew-actions[bot] <chromebrew-actions[bot]@users.noreply.github.com>
This commit is contained in:
chromebrew-actions[bot]
2025-09-27 23:24:09 -05:00
committed by GitHub
parent e33ca36d44
commit 2f305b1710
4 changed files with 8 additions and 8 deletions

View File

@@ -1,3 +1,3 @@
# Total size: 29344
# Total size: 64164
/usr/local/sbin/nethogs
/usr/local/share/man/man8/nethogs.8.zst

View File

@@ -1,3 +1,3 @@
# Total size: 31608
# Total size: 73768
/usr/local/sbin/nethogs
/usr/local/share/man/man8/nethogs.8.zst

View File

@@ -1,3 +1,3 @@
# Total size: 30748
# Total size: 71068
/usr/local/sbin/nethogs
/usr/local/share/man/man8/nethogs.8.zst

View File

@@ -3,7 +3,7 @@ require 'package'
class Nethogs < Package
description "Linux 'net top' tool"
homepage 'https://github.com/raboof/nethogs'
version '0.8.7'
version '0.8.8'
license 'GPL-2'
compatibility 'all'
source_url 'https://github.com/raboof/nethogs.git'
@@ -11,10 +11,10 @@ class Nethogs < Package
binary_compression 'tar.zst'
binary_sha256({
aarch64: '8a8b4e25bd6fd1a3df1d9fb9c0376332b76b5276b36f22a2f87fe0747e8c6d24',
armv7l: '8a8b4e25bd6fd1a3df1d9fb9c0376332b76b5276b36f22a2f87fe0747e8c6d24',
i686: '5701e00bfea5af2b08ab7115db03b579306a3cba427fb3680c6f6d501c9d635c',
x86_64: '372a053ebcf2cee7e02f0ae832b9e4744ad25c5d248fad429daef55015ecea30'
aarch64: 'c123320353c55444546c61c75116f8d9225f72f82bf315fc641801f85b416320',
armv7l: 'c123320353c55444546c61c75116f8d9225f72f82bf315fc641801f85b416320',
i686: '0a8f67fc63b3e607344fa7d48581279d3caeb726a8baa466513f5ca4cd3d308f',
x86_64: '7772c37491162fd7a40b41f090b2bc5bd63570708f55e5c0e891f6c20589537a'
})
depends_on 'ncurses'