From fc42f5f83312fa3f1b2a6f744f8085ea729991ef Mon Sep 17 00:00:00 2001 From: filip Date: Sat, 6 Feb 2021 14:03:19 +0100 Subject: new cache target --- 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 12535c58b..dd68c2a66 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/cauldron/mageia8-beta1/torrents/Mageia-8-beta1-x86_64.torrent'; + $test_file = $item['url'].'/iso/cauldron/torrents/Mageia-8-rc-Live-Xfce-i586.torrent'; } if (false === @file_get_contents($test_file)) { $num_dn++; -- cgit v1.2.1