package/htop: upgrade 3.0.5 -> 3.1.0

Signed-off-by: Mohamad Noor Alim Hussin <mnalim@efinixinc.com>
This commit is contained in:
Mohamad Noor Alim Hussin
2025-07-31 13:18:46 +08:00
committed by Byron Lathi
parent 93be071ea3
commit 4a24b0bc17
2 changed files with 2 additions and 2 deletions

View File

@@ -1,3 +1,3 @@
# Locally calculated # Locally calculated
sha256 123476d56a5e6a219654eebb6b2ec747dfa364f39c01a6475bf8030a25c81bff htop-ce6d60e7def146c13d0b8bca4642e7401a0a8995.tar.gz sha256 200a4f9331d0e5048bf9bda6a8dee38248c557e471b9e57ff3784853efd613a9 htop-3.1.0.tar.gz
sha256 c228cc14df980a23ea0c3c9ac957b904dd6a8514f6283db403de22e9179471be COPYING sha256 c228cc14df980a23ea0c3c9ac957b904dd6a8514f6283db403de22e9179471be COPYING

View File

@@ -9,7 +9,7 @@
# was also changed (the build process requires `HTOP_AUTORECONF = YES` now). We # was also changed (the build process requires `HTOP_AUTORECONF = YES` now). We
# use commit hash instead of git tag here to avoid breaking existing source # use commit hash instead of git tag here to avoid breaking existing source
# caches # caches
HTOP_VERSION = ce6d60e7def146c13d0b8bca4642e7401a0a8995 HTOP_VERSION = 3.1.0
HTOP_SITE = $(call github,htop-dev,htop,$(HTOP_VERSION)) HTOP_SITE = $(call github,htop-dev,htop,$(HTOP_VERSION))
HTOP_DEPENDENCIES = ncurses HTOP_DEPENDENCIES = ncurses
HTOP_AUTORECONF = YES HTOP_AUTORECONF = YES