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/clutter-gst/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/components/library/clutter-gst/Makefile b/components/library/clutter-gst/Makefile
index 85c8fd1..810bbfa 100644
--- a/components/library/clutter-gst/Makefile
+++ b/components/library/clutter-gst/Makefile
@@ -24,7 +24,7 @@
 COMPONENT_ARCHIVE_HASH= \
   sha256:abc879cdd562f1640a825131405f4327a427bfe65b805ebc25d0c78909c8c622
 COMPONENT_ARCHIVE_URL= \
-  http://ftp.gnome.org/mirror/gnome.org/sources/$(COMPONENT_NAME)/1.6/$(COMPONENT_ARCHIVE)
+  https://download.gnome.org/sources/$(COMPONENT_NAME)/1.6/$(COMPONENT_ARCHIVE)
 COMPONENT_PROJECT_URL = http://www.clutter-project.org/
 
 include $(WS_MAKE_RULES)/prep.mk

--
Gitblit v1.9.3