diff options
author | John Audia <graysky@archlinux.us> | 2020-12-22 07:13:10 -0500 |
---|---|---|
committer | Hannu Nyman <hannu.nyman@iki.fi> | 2020-12-22 15:19:41 +0200 |
commit | 8b5af4ed6fbe6bfa6e20b842fae936fdcf8ad169 (patch) | |
tree | 312af63229aa7c7abb2de7448e7b5fd07b254df7 /admin | |
parent | 1b1fa3543611776cd8ca920fed0d71bb607b4dd8 (diff) |
htop: update to 3.0.4-1
Build-tested: x86/64
Run-tested: ipq806x (R7800)
Signed-off-by: John Audia <graysky@archlinux.us>
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 e67fa6754..704703769 100644 --- a/admin/htop/Makefile +++ b/admin/htop/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=htop -PKG_VERSION:=3.0.3 +PKG_VERSION:=3.0.4 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:=725103929c925a7252b4dedeb29b3a1da86a2f74e96c50eb9ea6c8fec1942cd2 +PKG_HASH:=d8a0536ce95e3d59f8e292e73ee037033a74a8cc118fd10d22048bd4aeb61324 PKG_LICENSE:=GPL-2.0-or-later PKG_LICENSE_FILES:=COPYING |