As the figlet page only provides FTP downloads, point the download
URL to the github repository of the maintainer, which is also linked
from the homepage.

Signed-off-by: Lucas Stach <[email protected]>
---
 rules/figlet.make | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rules/figlet.make b/rules/figlet.make
index 3dad77154430..c6d2fb38ea06 100644
--- a/rules/figlet.make
+++ b/rules/figlet.make
@@ -20,7 +20,7 @@ FIGLET_VERSION                := 2.2.5
 FIGLET_MD5             := d88cb33a14f1469fff975d021ae2858e
 FIGLET                 := figlet-$(FIGLET_VERSION)
 FIGLET_SUFFIX          := tar.gz
-FIGLET_URL             := 
ftp://ftp.figlet.org/pub/figlet/program/unix/$(FIGLET).$(FIGLET_SUFFIX)
+FIGLET_URL             := 
https://github.com/cmatsuoka/figlet/archive/refs/tags/$(FIGLET_VERSION).$(FIGLET_SUFFIX)
 FIGLET_SOURCE          := $(SRCDIR)/$(FIGLET).$(FIGLET_SUFFIX)
 FIGLET_DIR             := $(BUILDDIR)/$(FIGLET)
 FIGLET_LICENSE         := BSD-3-clause
-- 
2.39.2


Reply via email to