diff options
author | Manuel Hiebel <leuhmanu@mageia.org> | 2021-02-27 18:07:39 +0100 |
---|---|---|
committer | Manuel Hiebel <leuhmanu@mageia.org> | 2021-02-27 18:07:39 +0100 |
commit | dbd7f62657a587f18bde8199eeeb69d6d8fff527 (patch) | |
tree | b384fdf49af493b312e0a479163d014654140065 /en/downloads | |
parent | 7591881f2f31ecb50c4a638e1a8b86ee96353e91 (diff) | |
download | www-dbd7f62657a587f18bde8199eeeb69d6d8fff527.tar www-dbd7f62657a587f18bde8199eeeb69d6d8fff527.tar.gz www-dbd7f62657a587f18bde8199eeeb69d6d8fff527.tar.bz2 www-dbd7f62657a587f18bde8199eeeb69d6d8fff527.tar.xz www-dbd7f62657a587f18bde8199eeeb69d6d8fff527.zip |
Remove sha3, we need more work to add it back (mga#28466)
Diffstat (limited to 'en/downloads')
-rw-r--r-- | en/downloads/get/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/en/downloads/get/index.php b/en/downloads/get/index.php index 58c74ae0d..846cb5f32 100644 --- a/en/downloads/get/index.php +++ b/en/downloads/get/index.php @@ -253,7 +253,7 @@ if(isset($product['obsolete'])) { <div class="dlinfo"> <p><?php echo $dl2_mirror_alt; ?></p> <?php -$checksums = array('md5', 'sha1', 'sha512', 'sha3'); +$checksums = array('md5', 'sha1', 'sha512'); $sum_links = array(); $chksm_cmd = ''; $sig_links = array(); |