diff options
author | Manuel Hiebel <leuhmanu@mageia.org> | 2020-06-27 08:05:15 +0200 |
---|---|---|
committer | Manuel Hiebel <leuhmanu@mageia.org> | 2020-06-27 08:05:15 +0200 |
commit | 42c6b43b8a025f7768abff155f0c4dc3fabc9f27 (patch) | |
tree | e11accfe37df648be1e89c0549a3d8993f3ca2c6 /lib/Downloads.php | |
parent | 343de4a0caa0bb6a454dd6aafaab0fec2c4629e2 (diff) | |
download | www-42c6b43b8a025f7768abff155f0c4dc3fabc9f27.tar www-42c6b43b8a025f7768abff155f0c4dc3fabc9f27.tar.gz www-42c6b43b8a025f7768abff155f0c4dc3fabc9f27.tar.bz2 www-42c6b43b8a025f7768abff155f0c4dc3fabc9f27.tar.xz www-42c6b43b8a025f7768abff155f0c4dc3fabc9f27.zip |
update mirror lists for Mageia 8 alpha1
Diffstat (limited to 'lib/Downloads.php')
-rw-r--r-- | lib/Downloads.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Downloads.php b/lib/Downloads.php index f4b21f85f..a27757ec6 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/7.1/torrents/Mageia-7.1-x86_64.torrent'; + $test_file = $item['url'].'/iso/cauldron/mageia8-alpha1/torrents/Mageia-8-alpha1-x86_64.torrent'; } if (false === @file_get_contents($test_file)) { $num_dn++; |