versions: Update gperf url to avoid libseccomp random failures

This PR updates the gperf url to avoid random failures when installing
libseccomp as it seems that the mirrror url produces network random
failures in multiple CIs.

Fixes #5294

Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com>
This commit is contained in:
Gabriela Cervantes 2022-09-23 21:25:48 +00:00 committed by Peng Tao
parent 740e7e2f77
commit 8dc8565ed5

View File

@ -209,7 +209,7 @@ externals:
gperf:
description: "GNU gperf is a perfect hash function generator"
url: "https://ftpmirror.gnu.org/gnu/gperf"
url: "http://ftp.gnu.org/pub/gnu/gperf/"
version: "3.1"
kubernetes: