From b7ef23180b8258d99f0990e953e0eddbaaab32a5 Mon Sep 17 00:00:00 2001
From: Marcel Telka <marcel@telka.sk>
Date: Mon, 31 Jan 2022 21:48:59 +0100
Subject: [PATCH] GNOME download server is https://download.gnome.org/

---
 components/library/gtksourceview/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/components/library/gtksourceview/Makefile b/components/library/gtksourceview/Makefile
index 81d0f2e..8093224 100644
--- a/components/library/gtksourceview/Makefile
+++ b/components/library/gtksourceview/Makefile
@@ -23,7 +23,7 @@
 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.bz2
 COMPONENT_ARCHIVE_HASH=	\
     sha256:c585773743b1df8a04b1be7f7d90eecdf22681490d6810be54c81a7ae152191e
-COMPONENT_ARCHIVE_URL=	http://ftp.gnome.org/pub/GNOME/sources/$(COMPONENT_NAME)/2.10/$(COMPONENT_ARCHIVE)
+COMPONENT_ARCHIVE_URL=	https://download.gnome.org/sources/$(COMPONENT_NAME)/2.10/$(COMPONENT_ARCHIVE)
 
 include $(WS_MAKE_RULES)/prep.mk
 include $(WS_MAKE_RULES)/configure.mk

--
Gitblit v1.9.3