aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Downloads.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Downloads.php')
-rw-r--r--lib/Downloads.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Downloads.php b/lib/Downloads.php
index 84ac39607..61169f7bb 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/x86_64/media/core/updates/repodata/repomd.xml';
+ $test_file = $item['url'].'/distrib/6.1/x86_64/media/core/updates/repodata/repomd.xml';
} else {
- $test_file = $item['url'].'/iso/6/torrents/Mageia-6-x86_64-DVD.torrent';
+ $test_file = $item['url'].'/iso/6.1/torrents/Mageia-6.1-LiveDVD-GNOME-x86_64-DVD.torrent';
}
if (false === @file_get_contents($test_file)) {
$num_dn++;