From 42c6b43b8a025f7768abff155f0c4dc3fabc9f27 Mon Sep 17 00:00:00 2001 From: Manuel Hiebel Date: Sat, 27 Jun 2020 08:05:15 +0200 Subject: update mirror lists for Mageia 8 alpha1 --- lib/Downloads.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Downloads.php') diff --git a/lib/Downloads.php b/lib/Downloads.php index f4b21f85f..a27757ec6 100644 --- a/lib/Downloads.php +++ b/lib/Downloads.php @@ -219,7 +219,7 @@ class Downloads } else if ($mirrorlist) { $test_file = $item['url'].'/distrib/7/x86_64/media/core/updates/repodata/repomd.xml'; } else { - $test_file = $item['url'].'/iso/7.1/torrents/Mageia-7.1-x86_64.torrent'; + $test_file = $item['url'].'/iso/cauldron/mageia8-alpha1/torrents/Mageia-8-alpha1-x86_64.torrent'; } if (false === @file_get_contents($test_file)) { $num_dn++; -- cgit v1.2.1