[Buildroot] [PATCH 20/45] package/gcr: switch to https download

Lang Daniel d.lang at abatec.at
Thu Jan 19 10:04:27 UTC 2023


Signed-off-by: Daniel Lang <d.lang at abatec.at>
---
 package/gcr/gcr.hash | 2 +-
 package/gcr/gcr.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/gcr/gcr.hash b/package/gcr/gcr.hash
index e6074a9991..f6cc44e97d 100644
--- a/package/gcr/gcr.hash
+++ b/package/gcr/gcr.hash
@@ -1,3 +1,3 @@
-# From http://ftp.acc.umu.se/pub/gnome/sources/gcr/3.40/gcr-3.40.0.sha256sum
+# From https://download.gnome.org/sources/gcr/3.40/gcr-3.40.0.sha256sum
 sha256  b9d3645a5fd953a54285cc64d4fc046736463dbd4dcc25caf5c7b59bed3027f5  gcr-3.40.0.tar.xz
 sha256  94b03f1a60a7fd5007149530626a895a6ef5a8b9342abfd56860c5f3956f5d23  COPYING
diff --git a/package/gcr/gcr.mk b/package/gcr/gcr.mk
index d479de82d3..3a8c01729f 100644
--- a/package/gcr/gcr.mk
+++ b/package/gcr/gcr.mk
@@ -6,7 +6,7 @@
 
 GCR_VERSION_MAJOR = 3.40
 GCR_VERSION = $(GCR_VERSION_MAJOR).0
-GCR_SITE = http://ftp.acc.umu.se/pub/gnome/sources/gcr/$(GCR_VERSION_MAJOR)
+GCR_SITE = https://download.gnome.org/sources/gcr/$(GCR_VERSION_MAJOR)
 GCR_SOURCE = gcr-$(GCR_VERSION).tar.xz
 GCR_DEPENDENCIES = \
 	host-pkgconf \
-- 
2.25.1


More information about the buildroot mailing list