htop -> 3.5.1 in updater-htop-3.5.1 — htop: 3.5.0 → 3.5.1 (#15899)

* htop -> 3.5.1 in updater-htop-3.5.1

* updater-htop-3.5.1: Package File Update Run on linux/386 container.

* updater-htop-3.5.1: Package File Update Run on linux/amd64 container.

* updater-htop-3.5.1: Package File Update Run on linux/arm/v7 container.

* Update dependencies for htop package

---------

Co-authored-by: github-merge-queue <github-merge-queue@users.noreply.github.com>
Co-authored-by: chromebrew-actions[bot] <chromebrew-actions[bot]@users.noreply.github.com>
Co-authored-by: Satadru Pramanik, DO, MPH, MEng <satadru@gmail.com>
This commit is contained in:
chromebrew-actions[bot]
2026-04-29 12:18:52 -05:00
committed by GitHub
parent 176d4196c2
commit 76c397e376
4 changed files with 13 additions and 14 deletions

View File

@@ -1,4 +1,4 @@
# Total size: 348522
# Total size: 348486
/usr/local/bin/htop
/usr/local/share/applications/htop.desktop
/usr/local/share/icons/hicolor/scalable/apps/htop.svg

View File

@@ -1,4 +1,4 @@
# Total size: 525402
# Total size: 525822
/usr/local/bin/htop
/usr/local/share/applications/htop.desktop
/usr/local/share/icons/hicolor/scalable/apps/htop.svg

View File

@@ -1,4 +1,4 @@
# Total size: 527554
# Total size: 527494
/usr/local/bin/htop
/usr/local/share/applications/htop.desktop
/usr/local/share/icons/hicolor/scalable/apps/htop.svg

View File

@@ -3,7 +3,7 @@ require 'buildsystems/autotools'
class Htop < Autotools
description 'htop is an interactive process viewer for Unix systems.'
homepage 'https://github.com/htop-dev/htop'
version '3.5.0'
version '3.5.1'
license 'BSD and GPL-2'
compatibility 'all'
source_url 'https://github.com/htop-dev/htop.git'
@@ -11,18 +11,17 @@ class Htop < Autotools
binary_compression 'tar.zst'
binary_sha256({
aarch64: 'ab699c97b69070a6e5caf4052d1bdcb415e3b8474c8690aac3dec82856c8ec38',
armv7l: 'ab699c97b69070a6e5caf4052d1bdcb415e3b8474c8690aac3dec82856c8ec38',
i686: '7e7ff242ef5bafe1edac00f7cdf5dcd291ea59fb31d638bc6025c5a3c79e279e',
x86_64: '2e352c4d0179468aa28180ed9ef9f5ee4be3dea358b01b2be9e1ece03df6f608'
aarch64: '02f046b1c6b12309b646e917820a44415fa81971d8b5cc7f985154624660b3a1',
armv7l: '02f046b1c6b12309b646e917820a44415fa81971d8b5cc7f985154624660b3a1',
i686: 'e649d7a79c5dbf1a623b2f9cb42278b926c72d9d4cd47c5d742152c96582381f',
x86_64: '11f99378be6f5e439fa66baae3ca77f152cf89cd1b484931a6b69e126688b102'
})
depends_on 'buildessential' => :build
depends_on 'glibc' => :library
depends_on 'libcap' => :library
depends_on 'libnl3' => :library
depends_on 'libunwind' => :library
depends_on 'ncurses' => :library
depends_on 'glibc' => :executable
depends_on 'libcap' => :executable
depends_on 'libnl3' => :build
depends_on 'libunwind' => :executable
depends_on 'ncurses' => :executable
autotools_pre_configure_options "CPPFLAGS='-I#{CREW_PREFIX}/include/ncursesw'"
autotools_configure_options '--disable-unicode'