package/htop: use official tarball
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
parent
dd6c4a9929
commit
c49b46e9cc
@ -1,3 +1,5 @@
|
||||
# From https://github.com/htop-dev/htop/releases/download/3.1.2/htop-3.1.2.tar.xz.sha256
|
||||
sha256 884bce5b58cb113127860b9e368609019e92416a81550fdf0752052f3a64b388 htop-3.1.2.tar.xz
|
||||
|
||||
# Locally calculated
|
||||
sha256 fe9559637c8f21f5fd531a4c072048a404173806acbdad1359c6b82fd87aa001 htop-3.1.2.tar.gz
|
||||
sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 COPYING
|
||||
|
@ -5,7 +5,8 @@
|
||||
################################################################################
|
||||
|
||||
HTOP_VERSION = 3.1.2
|
||||
HTOP_SITE = $(call github,htop-dev,htop,$(HTOP_VERSION))
|
||||
HTOP_SOURCE = htop-$(HTOP_VERSION).tar.xz
|
||||
HTOP_SITE = https://github.com/htop-dev/htop/releases/download/$(HTOP_VERSION)
|
||||
HTOP_DEPENDENCIES = ncurses
|
||||
HTOP_AUTORECONF = YES
|
||||
# Prevent htop build system from searching the host paths
|
||||
|
Loading…
Reference in New Issue
Block a user