diff options
| author | root <root@sucuk.mageia.org> | 2025-12-29 09:45:05 +0100 |
|---|---|---|
| committer | root <root@sucuk.mageia.org> | 2025-12-29 09:45:05 +0100 |
| commit | 61fafcd4e0fe63ba9e4020e69ae8e86cf88b771e (patch) | |
| tree | 4f717207b845afd594120d84db5a872abbab1f62 | |
| parent | 4e6ece44b5ae4b5629c7bc1c5fb7e01c35c73885 (diff) | |
| parent | 2dccf0b72bd9e3263992bb3ee77424b7c79e0c28 (diff) | |
| download | www-master.tar www-master.tar.gz www-master.tar.bz2 www-master.tar.xz www-master.zip | |
| -rw-r--r-- | mirrorlist/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mirrorlist/index.php b/mirrorlist/index.php index d213606df..a40ef3c44 100644 --- a/mirrorlist/index.php +++ b/mirrorlist/index.php @@ -25,7 +25,7 @@ $debug = get('debug'); $source = get('source'); $arraycheck =array( -'release' => array('5', '6', '7', '8', '9', 'cauldron'), +'release' => array('5', '6', '7', '8', '9', '10', 'cauldron'), 'arch' => array('i586', 'i686', 'x86_64', 'SRPMS', 'armv5tl', 'armv7hl', 'aarch64'), 'section' => array('core', 'nonfree', 'tainted'), 'repo' => array('release', 'updates', 'updates_testing', 'backports', 'backports_testing'), |
