diff options
author | John Audia <therealgraysky@proton.me> | 2024-01-11 15:28:22 -0500 |
---|---|---|
committer | Hannu Nyman <hannu.nyman@iki.fi> | 2024-01-15 17:13:28 +0200 |
commit | 3ee7b46610e9dbd8fd2bba87bd06024cd0d9c08f (patch) | |
tree | db0c88c54ef0bb60f89810b2958351d8c3009524 /admin | |
parent | 3fde8ebbb7c77e5853e6cad98c2e3672e6850fef (diff) |
htop: update to 3.3.0
Changelog: https://github.com/htop-dev/htop/compare/3.2.2...3.3.0
Build system: x86/64
Build-tested: x86/64/AMD Cezanne
Run-tested: x86/64/AMD Cezanne
Signed-off-by: John Audia <therealgraysky@proton.me>
Diffstat (limited to 'admin')
-rw-r--r-- | admin/htop/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/admin/htop/Makefile b/admin/htop/Makefile index 01208ea13..155363106 100644 --- a/admin/htop/Makefile +++ b/admin/htop/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=htop -PKG_VERSION:=3.2.2 +PKG_VERSION:=3.3.0 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/htop-dev/htop/tar.gz/$(PKG_VERSION)? -PKG_HASH:=3829c742a835a0426db41bb039d1b976420c21ec65e93b35cd9bfd2d57f44ac8 +PKG_HASH:=1e5cc328eee2bd1acff89f860e3179ea24b85df3ac483433f92a29977b14b045 PKG_LICENSE:=GPL-2.0-or-later PKG_LICENSE_FILES:=COPYING |