diff options
author | filip <filip.komar@gmail.com> | 2019-02-23 23:38:13 +0100 |
---|---|---|
committer | filip <filip.komar@gmail.com> | 2019-02-23 23:38:13 +0100 |
commit | 7058f2433557a922b00d0633d03db756eee4d5c6 (patch) | |
tree | dcd880b0fd77682829fdff8c39baca69c8c0714e /lib/Downloads.php | |
parent | 98a1dbc5e0ba40086fefbbc9c2d81eb183f00449 (diff) | |
download | www-7058f2433557a922b00d0633d03db756eee4d5c6.tar www-7058f2433557a922b00d0633d03db756eee4d5c6.tar.gz www-7058f2433557a922b00d0633d03db756eee4d5c6.tar.bz2 www-7058f2433557a922b00d0633d03db756eee4d5c6.tar.xz www-7058f2433557a922b00d0633d03db756eee4d5c6.zip |
updated mirror cache after Mageia7 beta2 release
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 61169f7bb..2146d18aa 100644 --- a/lib/Downloads.php +++ b/lib/Downloads.php @@ -177,7 +177,7 @@ class Downloads } else if ($mirrorlist) { $test_file = $item['url'].'/distrib/6.1/x86_64/media/core/updates/repodata/repomd.xml'; } else { - $test_file = $item['url'].'/iso/6.1/torrents/Mageia-6.1-LiveDVD-GNOME-x86_64-DVD.torrent'; + $test_file = $item['url'].'/iso/cauldron/torrents/Mageia-7-beta2-x86_64.torrent'; } if (false === @file_get_contents($test_file)) { $num_dn++; |