You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shenyu.apache.org by mi...@apache.org on 2023/02/04 06:42:08 UTC

[shenyu-website] branch download created (now 72ad4642360)

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

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


      at 72ad4642360 [type:publish] update download url

This branch includes the following new commits:

     new 72ad4642360 [type:publish] update download url

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[shenyu-website] 01/01: [type:publish] update download url

Posted by mi...@apache.org.
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 <ll...@163.com>
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: {