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

wangweipeng pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-fury-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 9707c9b  update download page for 0.5.1 (#124)
9707c9b is described below

commit 9707c9b15daf58073d8792241d3e5ac15e0a6a08
Author: Shawn Yang <[email protected]>
AuthorDate: Tue May 28 18:45:30 2024 +0800

    update download page for 0.5.1 (#124)
---
 src/pages/download.md | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/pages/download.md b/src/pages/download.md
index 3e740d5..b6cb98f 100644
--- a/src/pages/download.md
+++ b/src/pages/download.md
@@ -11,11 +11,11 @@ For binary install, please see Fury 
[install](/docs/start/install/) document.
 
 ## The latest release 
 
-The latest source release is 0.5.0:
+The latest source release is 0.5.1:
 
 | Version | Date | Source | Release Notes |
 |---------|------------|--------|---------------|
-| 0.5.0   |2024-05-03  | 
[apache-fury-0.5.0-incubating-src.tar.gz](https://www.apache.org/dyn/closer.lua/incubator/fury/0.5.0/apache-fury-0.5.0-incubating-src.tar.gz?action=download)
 
([asc](https://downloads.apache.org/incubator/fury/0.5.0/apache-fury-0.5.0-incubating-src.tar.gz.asc),
 
[sha512](https://downloads.apache.org/incubator/fury/0.5.0/apache-fury-0.5.0-incubating-src.tar.gz.sha512))
 | [release 
notes](https://github.com/apache/incubator-fury/releases/tag/v0.5.0) |
+| 0.5.1   |2024-05-28  | 
[apache-fury-0.5.1-incubating-src.tar.gz](https://www.apache.org/dyn/closer.lua/incubator/fury/0.5.1/apache-fury-0.5.1-incubating-src.tar.gz?action=download)
 
([asc](https://downloads.apache.org/incubator/fury/0.5.1/apache-fury-0.5.1-incubating-src.tar.gz.asc),
 
[sha512](https://downloads.apache.org/incubator/fury/0.5.1/apache-fury-0.5.1-incubating-src.tar.gz.sha512))
 | [release 
notes](https://github.com/apache/incubator-fury/releases/tag/v0.5.1) |
 
 
 ## All archived releases
@@ -34,13 +34,13 @@ These files are named after the files they relate to but 
have `.sha512/.asc` ext
 To verify the SHA digests, you need the `.tgz` and its associated 
`.tgz.sha512` file. An example command:
 
 ```bash
-sha512sum --check apache-fury-incubating-0.5.0-src.tar.gz
+sha512sum --check apache-fury-incubating-0.5.1-src.tar.gz
 ```
 
 It should output something like:
 
 ```bash
-apache-fury-incubating-0.5.0-src.tar.gz: OK
+apache-fury-incubating-0.5.1-src.tar.gz: OK
 ```
 
 ### Verifying Signatures
@@ -56,7 +56,7 @@ gpg --import KEYS
 
 Then you can verify signature:
 ```bash
-gpg --verify apache-fury-incubating-0.5.0-src.tar.gz.asc 
apache-fury-incubating-0.5.0-src.tar.gz
+gpg --verify apache-fury-incubating-0.5.1-src.tar.gz.asc 
apache-fury-incubating-0.5.1-src.tar.gz
 ```
 
 If something like the following appears, it means the signature is correct:


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to