aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/Downloads.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Downloads.php b/lib/Downloads.php
index c63f45960..42f706997 100644
--- a/lib/Downloads.php
+++ b/lib/Downloads.php
@@ -175,9 +175,9 @@ class Downloads
if ($documentation) {
$test_file = $item['url'].'/doc/mga6/date.txt';
} else if ($mirrorlist) {
- $test_file = $item['url'].'/distrib/6.1/x86_64/media/core/updates/repodata/repomd.xml';
+ $test_file = $item['url'].'/distrib/7/x86_64/media/core/updates/repodata/repomd.xml';
} else {
- $test_file = $item['url'].'/iso/cauldron/torrents/Mageia-7-rc-x86_64.torrent';
+ $test_file = $item['url'].'/iso/7/torrents/Mageia-7-x86_64.torrent';
}
if (false === @file_get_contents($test_file)) {
$num_dn++;