Skip to content

Commit 62d120d

Browse files
authored
htop: update to 3.5.0
1 parent d8ccaf6 commit 62d120d

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

components/sysutils/htop/Makefile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,12 @@
2828
include ../../../make-rules/shared-macros.mk
2929

3030
COMPONENT_NAME= htop
31-
COMPONENT_VERSION= 3.4.1
32-
COMPONENT_REVISION= 2
31+
COMPONENT_VERSION= 3.5.0
3332
COMPONENT_SUMMARY= htop - an interactive process viewer for Unix
3433
COMPONENT_PROJECT_URL= https://htop.dev/
3534
COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
3635
COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
37-
COMPONENT_ARCHIVE_HASH= sha256:af9ec878f831b7c27d33e775c668ec79d569aa781861c995a0fbadc1bdb666cf
36+
COMPONENT_ARCHIVE_HASH= sha256:cf0e72abf670ff3547d9130e129d2a97a657a5b20c74132c17502c817babbb41
3837
COMPONENT_ARCHIVE_URL= https://github.com/htop-dev/$(COMPONENT_NAME)/archive/$(COMPONENT_VERSION).tar.gz
3938
COMPONENT_FMRI= diagnostic/htop
4039
COMPONENT_CLASSIFICATION= Applications/System Utilities

components/sysutils/htop/manifests/sample-manifest.p5m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#
1111

1212
#
13-
# Copyright 2025 <contributor>
13+
# Copyright 2026 <contributor>
1414
#
1515

1616
set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)

0 commit comments

Comments
 (0)