From aceb3dc3e44f363d54f5840c54b5de1722378d3f Mon Sep 17 00:00:00 2001 From: Manuel Hiebel Date: Sun, 27 Mar 2016 00:37:07 +0100 Subject: Show sha512 checksum --- en/downloads/get/index.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/en/downloads/get/index.php b/en/downloads/get/index.php index 0e07d7c6f..d9fd01b84 100644 --- a/en/downloads/get/index.php +++ b/en/downloads/get/index.php @@ -207,7 +207,7 @@ if (!isset($_SERVER['APP_MODE']) || $_SERVER['APP_MODE'] == 'prod') {

0) - || (isset($product['sha1'])) && strlen($product['sha1']) > 0) + || (isset($product['sha512'])) && strlen($product['sha512']) > 0) && !$torrent ): ?>

@@ -216,6 +216,8 @@ if (!isset($_SERVER['APP_MODE']) || $_SERVER['APP_MODE'] == 'prod') { $ md5sum ", $product['md5'], "\n"; endif; ?> $ sha1sum ", $product['sha1'], "\n"; endif; ?> + +$ sha512sum ", $product['sha512'], "\n"; endif; ?>

DO NOT use this ISO. Double-check and try to download again.'); ?>

-- cgit v1.2.1