You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@yunikorn.apache.org by wi...@apache.org on 2022/09/11 09:04:18 UTC

[yunikorn-site] branch master updated: [YUNIKORN-1318] Change sha256sum to sha512sum in docs (#186)

This is an automated email from the ASF dual-hosted git repository.

wilfreds pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/yunikorn-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 375bb435f [YUNIKORN-1318] Change sha256sum to sha512sum in docs (#186)
375bb435f is described below

commit 375bb435faa40499173c9ab6baa6383184c7d791
Author: Craig Condit <cc...@apache.org>
AuthorDate: Sun Sep 11 19:04:02 2022 +1000

    [YUNIKORN-1318] Change sha256sum to sha512sum in docs (#186)
    
    Closes: #186
    
    Signed-off-by: Wilfred Spiegelenburg <wi...@apache.org>
---
 i18n/zh-cn/docusaurus-plugin-content-pages/community/download.md | 2 +-
 src/pages/community/download.md                                  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/i18n/zh-cn/docusaurus-plugin-content-pages/community/download.md b/i18n/zh-cn/docusaurus-plugin-content-pages/community/download.md
index 5cfdb861b..22632160d 100644
--- a/i18n/zh-cn/docusaurus-plugin-content-pages/community/download.md
+++ b/i18n/zh-cn/docusaurus-plugin-content-pages/community/download.md
@@ -58,7 +58,7 @@ Apache YuniKorn 的最新版本是 v1.0.0。
 - 从 Apache 下载校验和 apache-yunikorn-X.Y.Z-src.tar.gz.tar.gz.sha512。
 - 验证 checksum
   - 在 MacOS-X: `shasum -c apache-yunikorn-X.Y.Z-src.tar.gz.tar.gz.sha512`
-  - 在 Linux: `sha256sum -c apache-yunikorn-X.Y.Z-src.tar.gz.tar.gz.sha512`
+  - 在 Linux: `sha512sum -c apache-yunikorn-X.Y.Z-src.tar.gz.tar.gz.sha512`
 
 ## 验证发布
 
diff --git a/src/pages/community/download.md b/src/pages/community/download.md
index 4a375a60e..bd4768e94 100644
--- a/src/pages/community/download.md
+++ b/src/pages/community/download.md
@@ -60,7 +60,7 @@ To verify the integrity of Apache YuniKorn release using the SHA-512 checksum:
 - Download the checksum apache-yunikorn-X.Y.Z-src.tar.gz.sha512 from Apache.
 - Verify the checksum
   - on MacOS-X: `shasum -c apache-yunikorn-X.Y.Z-src.tar.gz.sha512`
-  - on Linux: `sha256sum -c apache-yunikorn-X.Y.Z-src.tar.gz.sha512`
+  - on Linux: `sha512sum -c apache-yunikorn-X.Y.Z-src.tar.gz.sha512`
 
 ## Verifying the release