mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
package/htop: bump to version 3.5.1
This patch updates htop from version 3.5.0 to 3.5.1, a minor bugfix release. Changelog: - https://github.com/htop-dev/htop/blob/main/ChangeLog Builds Tested Using: - utils/test-pkg -a -p htop Signed-off-by: Shubham Chakraborty <chakrabortyshubham66@gmail.com> Signed-off-by: Arnout Vandecappelle <arnout@rnout.be>
This commit is contained in:
committed by
Arnout Vandecappelle
parent
12a6a7d1c6
commit
009b044a44
@@ -1,5 +1,5 @@
|
||||
# From https://github.com/htop-dev/htop/releases/download/3.5.0/htop-3.5.0.tar.xz.sha256
|
||||
sha256 b6586e405c5223ebe5ac7828df21edad45cbf90288088bd1b18ad8fa700ffa05 htop-3.5.0.tar.xz
|
||||
# From https://github.com/htop-dev/htop/releases/download/3.5.1/htop-3.5.1.tar.xz.sha256
|
||||
sha256 526cecd62870aa8d14d2a79a35ea197e4e2b5317d275b567cee0574b2ddb2e9a htop-3.5.1.tar.xz
|
||||
|
||||
# Locally calculated
|
||||
sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 COPYING
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
HTOP_VERSION = 3.5.0
|
||||
HTOP_VERSION = 3.5.1
|
||||
HTOP_SOURCE = htop-$(HTOP_VERSION).tar.xz
|
||||
HTOP_SITE = https://github.com/htop-dev/htop/releases/download/$(HTOP_VERSION)
|
||||
HTOP_DEPENDENCIES = ncurses
|
||||
|
||||
Reference in New Issue
Block a user