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

impactcn pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/shenyu-website.git


The following commit(s) were added to refs/heads/main by this push:
     new 5bf87ede081 [type:publish] update download url (#857)
5bf87ede081 is described below

commit 5bf87ede081f736e5a83d96de5c08c3bf86b3b2a
Author: midnight2104 <[email protected]>
AuthorDate: Sat Feb 4 15:15:42 2023 +0800

    [type:publish] update download url (#857)
---
 src/components/DownloadCompoent.tsx | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/src/components/DownloadCompoent.tsx 
b/src/components/DownloadCompoent.tsx
index 3d7523bca20..ba8ffbc9a79 100644
--- a/src/components/DownloadCompoent.tsx
+++ b/src/components/DownloadCompoent.tsx
@@ -7,6 +7,14 @@ const data = [
     {
         title: translate({ message: 'Source Codes' }),
         versions: [
+            {
+                versionTitle: '2.5.1',
+                targets: {
+                    'zip': 
'https://www.apache.org/dyn/closer.lua/shenyu/2.5.1/apache-shenyu-2.5.1-src.zip',
+                    'asc': 
'https://downloads.apache.org/shenyu/2.5.1/apache-shenyu-2.5.1-src.zip.asc',
+                    'sha512': 
'https://downloads.apache.org/shenyu/2.5.1/apache-shenyu-2.5.1-src.zip.sha512',
+                }
+            },
             {
                 versionTitle: '2.5.0',
                 targets: {
@@ -36,6 +44,14 @@ const data = [
     {
         title: translate({ message: 'ShenYu-Admin Binary Distribution' }),
         versions: [
+            {
+                versionTitle: '2.5.1',
+                targets: {
+                    'tar': 
'https://www.apache.org/dyn/closer.lua/shenyu/2.5.1/apache-shenyu-2.5.1-admin-bin.tar.gz',
+                    'asc': 
'https://downloads.apache.org/shenyu/2.5.1/apache-shenyu-2.5.1-admin-bin.tar.gz.asc',
+                    'sha512': 
'https://downloads.apache.org/shenyu/2.5.1/apache-shenyu-2.5.1-admin-bin.tar.gz.sha512',
+                }
+            },
             {
                 versionTitle: '2.5.0',
                 targets: {
@@ -65,6 +81,14 @@ const data = [
     {
         title: translate({ message: 'ShenYu-Bootstrap Binary Distribution' }),
         versions: [
+            {
+                versionTitle: '2.5.1',
+                targets: {
+                    'tar': 
'https://www.apache.org/dyn/closer.lua/shenyu/2.5.1/apache-shenyu-2.5.1-bootstrap-bin.tar.gz',
+                    'asc': 
'https://downloads.apache.org/shenyu/2.5.1/apache-shenyu-2.5.1-bootstrap-bin.tar.gz.asc',
+                    'sha512': 
'https://downloads.apache.org/shenyu/2.5.1/apache-shenyu-2.5.1-bootstrap-bin.tar.gz.sha512',
+                }
+            },
             {
                 versionTitle: '2.5.0',
                 targets: {

Reply via email to