From 7058f2433557a922b00d0633d03db756eee4d5c6 Mon Sep 17 00:00:00 2001 From: filip Date: Sat, 23 Feb 2019 23:38:13 +0100 Subject: updated mirror cache after Mageia7 beta2 release --- 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 61169f7bb..2146d18aa 100644 --- a/lib/Downloads.php +++ b/lib/Downloads.php @@ -177,7 +177,7 @@ class Downloads } else if ($mirrorlist) { $test_file = $item['url'].'/distrib/6.1/x86_64/media/core/updates/repodata/repomd.xml'; } else { - $test_file = $item['url'].'/iso/6.1/torrents/Mageia-6.1-LiveDVD-GNOME-x86_64-DVD.torrent'; + $test_file = $item['url'].'/iso/cauldron/torrents/Mageia-7-beta2-x86_64.torrent'; } if (false === @file_get_contents($test_file)) { $num_dn++; -- cgit v1.2.1