diff options
author | filip <filip.komar@gmail.com> | 2020-09-23 00:48:11 +0200 |
---|---|---|
committer | filip <filip.komar@gmail.com> | 2020-09-23 00:48:11 +0200 |
commit | 8ea88c8ff081a30ba87e193a20cc4b4b9d2db1d4 (patch) | |
tree | 779d5a46bed550c0514bd58440289ea1b068d02b /lib | |
parent | e913d5a66a55cbee74af6fbc7992a95c875b896f (diff) | |
download | www-8ea88c8ff081a30ba87e193a20cc4b4b9d2db1d4.tar www-8ea88c8ff081a30ba87e193a20cc4b4b9d2db1d4.tar.gz www-8ea88c8ff081a30ba87e193a20cc4b4b9d2db1d4.tar.bz2 www-8ea88c8ff081a30ba87e193a20cc4b4b9d2db1d4.tar.xz www-8ea88c8ff081a30ba87e193a20cc4b4b9d2db1d4.zip |
update torrent link for caching (alpha1 -> beta1)
Diffstat (limited to 'lib')
-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 2a4e1f661..a20070c1d 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/cauldron/mageia8-alpha1/torrents/Mageia-8-alpha1-x86_64.torrent'; + $test_file = $item['url'].'/iso/cauldron/mageia8-beta1/torrents/Mageia-8-beta1-x86_64.torrent'; } if (false === @file_get_contents($test_file)) { $num_dn++; |