From 8ea88c8ff081a30ba87e193a20cc4b4b9d2db1d4 Mon Sep 17 00:00:00 2001 From: filip Date: Wed, 23 Sep 2020 00:48:11 +0200 Subject: update torrent link for caching (alpha1 -> beta1) --- lib/Downloads.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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++; -- cgit v1.2.1