aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Downloads.php
diff options
context:
space:
mode:
authorManuel Hiebel <leuhmanu@mageia.org>2019-07-16 19:24:59 +0200
committerManuel Hiebel <leuhmanu@mageia.org>2019-07-16 19:24:59 +0200
commit79b884b4695e0b0a844269084a4b478cef8cfb9c (patch)
tree5ef9da8faee874beb6a9c53f1fb377c3c57c6860 /lib/Downloads.php
parent2bbd0464eed674b28646e2471e01701d4cd76c0f (diff)
downloadwww-79b884b4695e0b0a844269084a4b478cef8cfb9c.tar
www-79b884b4695e0b0a844269084a4b478cef8cfb9c.tar.gz
www-79b884b4695e0b0a844269084a4b478cef8cfb9c.tar.bz2
www-79b884b4695e0b0a844269084a4b478cef8cfb9c.tar.xz
www-79b884b4695e0b0a844269084a4b478cef8cfb9c.zip
update mirror list
Diffstat (limited to 'lib/Downloads.php')
-rw-r--r--lib/Downloads.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Downloads.php b/lib/Downloads.php
index b602950fe..05ba8b30b 100644
--- a/lib/Downloads.php
+++ b/lib/Downloads.php
@@ -177,7 +177,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/torrents/Mageia-7-x86_64.torrent';
+ $test_file = $item['url'].'/iso/7.1/torrents/Mageia-7.1-x86_64.torrent';
}
if (false === @file_get_contents($test_file)) {
$num_dn++;