From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-10.8 required=3.0 tests=BAYES_00, FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_CR_TRAILER,INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 70102C4338F for ; Sat, 24 Jul 2021 21:04:55 +0000 (UTC) Received: from smtp4.osuosl.org (smtp4.osuosl.org [140.211.166.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 2F3D460E8C for ; Sat, 24 Jul 2021 21:04:55 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 2F3D460E8C Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=free.fr Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=busybox.net Received: from localhost (localhost [127.0.0.1]) by smtp4.osuosl.org (Postfix) with ESMTP id DCEBC403CE; Sat, 24 Jul 2021 21:04:54 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp4.osuosl.org ([127.0.0.1]) by localhost (smtp4.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id x_0j3kRBREat; Sat, 24 Jul 2021 21:04:54 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by smtp4.osuosl.org (Postfix) with ESMTP id 05C95403C3; Sat, 24 Jul 2021 21:04:53 +0000 (UTC) Received: from smtp3.osuosl.org (smtp3.osuosl.org [140.211.166.136]) by ash.osuosl.org (Postfix) with ESMTP id A826C1BF2AA for ; Sat, 24 Jul 2021 21:04:51 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp3.osuosl.org (Postfix) with ESMTP id 9796E605B3 for ; Sat, 24 Jul 2021 21:04:51 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp3.osuosl.org ([127.0.0.1]) by localhost (smtp3.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id orpD7LZwLmev for ; Sat, 24 Jul 2021 21:04:50 +0000 (UTC) Received: from busybox.osuosl.org (busybox.osuosl.org [140.211.167.122]) by smtp3.osuosl.org (Postfix) with ESMTP id EADFE60595 for ; Sat, 24 Jul 2021 21:04:50 +0000 (UTC) Received: by busybox.osuosl.org (Postfix, from userid 4049) id 0E724878D8; Sat, 24 Jul 2021 20:30:24 +0000 (UTC) From: Yann E. MORIN To: buildroot@buildroot.org Date: Sat, 24 Jul 2021 23:02:57 +0200 X-Git-Refname: refs/heads/master X-Git-Oldrev: 124112d8a58cc2e09ec9360754651a73ba391da0 X-Git-Newrev: 1ad3de2abde38c023a7958cbd3ada1d7b066da67 X-Patchwork-Hint: ignore Message-Id: <20210724203024.0E724878D8@busybox.osuosl.org> Subject: [Buildroot] [git commit] package/htop: fix sources location X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" commit: https://git.buildroot.net/buildroot/commit/?id=1ad3de2abde38c023a7958cbd3ada1d7b066da67 branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master Change sources location from bintray to github since bintray doesn't work anymore Signed-off-by: Daniil Stas Signed-off-by: Yann E. MORIN --- package/htop/htop.hash | 2 +- package/htop/htop.mk | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/package/htop/htop.hash b/package/htop/htop.hash index 647feabb8e..e9eb5daf4d 100644 --- a/package/htop/htop.hash +++ b/package/htop/htop.hash @@ -1,3 +1,3 @@ # Locally calculated -sha256 19535f8f01ac08be2df880c93c9cedfc50fa92320d48e3ef92a30b6edc4d1917 htop-3.0.5.tar.gz +sha256 4c2629bd50895bd24082ba2f81f8c972348aa2298cc6edc6a21a7fa18b73990c htop-3.0.5.tar.gz sha256 c228cc14df980a23ea0c3c9ac957b904dd6a8514f6283db403de22e9179471be COPYING diff --git a/package/htop/htop.mk b/package/htop/htop.mk index aa2ff24750..dd801b0dc0 100644 --- a/package/htop/htop.mk +++ b/package/htop/htop.mk @@ -5,8 +5,9 @@ ################################################################################ HTOP_VERSION = 3.0.5 -HTOP_SITE = https://dl.bintray.com/htop/source +HTOP_SITE = $(call github,htop-dev,htop,$(HTOP_VERSION)) 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