From 09052faaa0ef91efac36718ca6475433aa437a64 Mon Sep 17 00:00:00 2001
From: stevenhorsman <steven@uk.ibm.com>
Date: Wed, 23 Apr 2025 15:29:21 +0100
Subject: [PATCH] versions: Switch gperf mirror

Every so often the main gnu site has an outage, so
we can't download gperf. GNU providesthe generic URL https://ftpmirror.gnu.org to
automatically choose a nearby and up-to-date mirror,
so switch to this to help avoid this problem

Signed-off-by: stevenhorsman <steven@uk.ibm.com>
---
 versions.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/versions.yaml b/versions.yaml
index e908644d19..194597725f 100644
--- a/versions.yaml
+++ b/versions.yaml
@@ -288,7 +288,7 @@ externals:
 
   gperf:
     description: "GNU gperf is a perfect hash function generator"
-    url: "http://ftp.gnu.org/pub/gnu/gperf/"
+    url: "http://ftpmirror.gnu.org/gperf/"
     version: "3.1"
 
   hadolint: