package/htop: fix sources location
authorDaniil Stas <daniil.stas@posteo.net>
Sat, 24 Jul 2021 20:48:01 +0000 (20:48 +0000)
committerYann E. MORIN <yann.morin.1998@free.fr>
Sat, 24 Jul 2021 21:02:57 +0000 (23:02 +0200)
Change sources location from bintray to github since bintray doesn't
work anymore

Signed-off-by: Daniil Stas <daniil.stas@posteo.net>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
package/htop/htop.hash
package/htop/htop.mk

index 647feabb8e905c21faea94e0cccd4c9bd5419e80..e9eb5daf4d01c5a7d5a4a41876053e00213836b7 100644 (file)
@@ -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
index aa2ff247500629a70e29e8ea6a8ceb8b44e2091c..dd801b0dc0a385bf0155799535906d8c632f2803 100644 (file)
@@ -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