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

diff --git a/components/library/libsecret/Makefile b/components/library/libsecret/Makefile
index 1ed523c..1970684 100644
--- a/components/library/libsecret/Makefile
+++ b/components/library/libsecret/Makefile
@@ -24,7 +24,7 @@
 COMPONENT_ARCHIVE_HASH= \
   sha256:9ce7bd8dd5831f2786c935d82638ac428fa085057cc6780aba0e39375887ccb3
 COMPONENT_ARCHIVE_URL= \
-  http://ftp.gnome.org/pub/GNOME/sources/$(COMPONENT_NAME)/0.18/$(COMPONENT_ARCHIVE)
+  https://download.gnome.org/sources/$(COMPONENT_NAME)/0.18/$(COMPONENT_ARCHIVE)
 COMPONENT_PROJECT_URL = http://www.gnome.org
 COMPONENT_FMRI= library/libsecret
 COMPONENT_CLASSIFICATION= System/Security

--
Gitblit v1.9.3