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

diff --git a/components/library/ORBit2/Makefile b/components/library/ORBit2/Makefile
index b3b6f84..966e762 100644
--- a/components/library/ORBit2/Makefile
+++ b/components/library/ORBit2/Makefile
@@ -24,7 +24,7 @@
 COMPONENT_ARCHIVE_HASH=	\
 	sha256:55c900a905482992730f575f3eef34d50bda717c197c97c08fa5a6eafd857550
     
-COMPONENT_ARCHIVE_URL=	http://ftp.gnome.org/pub/GNOME/sources/$(COMPONENT_NAME)/2.14/$(COMPONENT_ARCHIVE)
+COMPONENT_ARCHIVE_URL=	https://download.gnome.org/sources/$(COMPONENT_NAME)/2.14/$(COMPONENT_ARCHIVE)
 
 include $(WS_MAKE_RULES)/prep.mk
 include $(WS_MAKE_RULES)/configure.mk

--
Gitblit v1.9.3