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

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

commit 72ad4642360190c887a05c65c490911bc006d4ee
Author: LL2104 <[email protected]>
AuthorDate: Sat Feb 4 14:41:19 2023 +0800

    [type:publish] update download url
---
 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