diff options
author | John Audia <graysky@archlinux.us> | 2020-09-16 07:33:54 -0400 |
---|---|---|
committer | John Audia <graysky@archlinux.us> | 2020-09-16 07:33:54 -0400 |
commit | dee2300132ba6ba0140ecc82cc08aae6a3e0a6a2 (patch) | |
tree | 20429d116112f1f5a28df2ace940831110df5b17 /admin | |
parent | 939d47d240142f5dfcce34509456e03ea46f57ea (diff) |
htop: update to 3.0.2-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 49b041309..0545ec36a 100644 --- a/admin/htop/Makefile +++ b/admin/htop/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=htop -PKG_VERSION:=3.0.1 +PKG_VERSION:=3.0.2 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:=8465164bc085f5f1813e1d3f6c4b9b56bf4c95cc12226a5367e65794949b01ca +PKG_HASH:=b4744a3bea279f2a3725ed8e5e35ffd9cb10d66673bf07c8fe21feb3c4661305 PKG_LICENSE:=GPL-2.0-or-later PKG_LICENSE_FILES:=COPYING |