[Buildroot] [git commit] Revert "package/htop: fix sources location"
From: Yann E. MORIN <hidden>
Date: 2021-07-25 07:08:23
Subsystem:
the rest · Maintainer:
Linus Torvalds
commit: https://git.buildroot.net/buildroot/commit/?id=9dcf461b6ec1f431b525f2376e23ad7e07bea4da branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master This reverts commit 1ad3de2abde38c023a7958cbd3ada1d7b066da67. Indeed, the tarball changed, so its hash changed; this is going to cause the traditional hash clash with the existing archive on s.b.o. or on users machines... Reported-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Yann E. MORIN <redacted> --- package/htop/htop.hash | 2 +- package/htop/htop.mk | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/package/htop/htop.hash b/package/htop/htop.hash
index e9eb5daf4d..647feabb8e 100644
--- a/package/htop/htop.hash
+++ b/package/htop/htop.hash@@ -1,3 +1,3 @@ # Locally calculated -sha256 4c2629bd50895bd24082ba2f81f8c972348aa2298cc6edc6a21a7fa18b73990c htop-3.0.5.tar.gz +sha256 19535f8f01ac08be2df880c93c9cedfc50fa92320d48e3ef92a30b6edc4d1917 htop-3.0.5.tar.gz sha256 c228cc14df980a23ea0c3c9ac957b904dd6a8514f6283db403de22e9179471be COPYING
diff --git a/package/htop/htop.mk b/package/htop/htop.mk
index dd801b0dc0..aa2ff24750 100644
--- a/package/htop/htop.mk
+++ b/package/htop/htop.mk@@ -5,9 +5,8 @@ ################################################################################ HTOP_VERSION = 3.0.5 -HTOP_SITE = $(call github,htop-dev,htop,$(HTOP_VERSION)) +HTOP_SITE = https://dl.bintray.com/htop/source HTOP_DEPENDENCIES = ncurses -HTOP_AUTORECONF = YES # Prevent htop build system from searching the host paths HTOP_CONF_ENV = HTOP_NCURSES_CONFIG_SCRIPT=$(STAGING_DIR)/usr/bin/$(NCURSES_CONFIG_SCRIPTS) HTOP_LICENSE = GPL-2.0
_______________________________________________ buildroot mailing list buildroot@busybox.net http://lists.busybox.net/mailman/listinfo/buildroot