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

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


The following commit(s) were added to refs/heads/main by this push:
     new 738e1664 fix 2.1.1 bin download address (#116)
738e1664 is described below

commit 738e166475bbbe20bf3dff56b968036a7aeaa225
Author: Wenjun Ruan <[email protected]>
AuthorDate: Wed Apr 27 13:26:04 2022 +0800

    fix 2.1.1 bin download address (#116)
---
 src/pages/download/data.json | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/pages/download/data.json b/src/pages/download/data.json
index 0709e0bc..b5fef9e0 100644
--- a/src/pages/download/data.json
+++ b/src/pages/download/data.json
@@ -5,12 +5,12 @@
                "sourceCode": {
                        "src": 
"https://www.apache.org/dyn/closer.lua/incubator/seatunnel/2.1.1/apache-seatunnel-incubating-2.1.1-src.tar.gz";,
                        "asc": 
"https://downloads.apache.org/incubator/seatunnel/2.1.1/apache-seatunnel-incubating-2.1.1-src.tar.gz.asc";,
-                       "sha512": 
"https://downloads.apache.org/incubator/seatunnel/2.1.1/apache-seatunnel-incubating-2.1.-src.tar.gz.sha512";
+                       "sha512": 
"https://downloads.apache.org/incubator/seatunnel/2.1.1/apache-seatunnel-incubating-2.1.1-src.tar.gz.sha512";
                },
                "binaryDistribution": {
-                       "bin": 
"https://www.apache.org/dyn/closer.lua/incubator/seatunnel/2.1.0/apache-seatunnel-incubating-2.1.0-bin.tar.gz";,
-                       "asc": 
"https://downloads.apache.org/incubator/seatunnel/2.1.0/apache-seatunnel-incubating-2.1.0-bin.tar.gz.asc";,
-                       "sha512": 
"https://downloads.apache.org/incubator/seatunnel/2.1.0/apache-seatunnel-incubating-2.1.0-bin.tar.gz.sha512";
+                       "bin": 
"https://www.apache.org/dyn/closer.lua/incubator/seatunnel/2.1.1/apache-seatunnel-incubating-2.1.1-bin.tar.gz";,
+                       "asc": 
"https://downloads.apache.org/incubator/seatunnel/2.1.1/apache-seatunnel-incubating-2.1.1-bin.tar.gz.asc";,
+                       "sha512": 
"https://downloads.apache.org/incubator/seatunnel/2.1.1/apache-seatunnel-incubating-2.1.1-bin.tar.gz.sha512";
                }
        },
        {

Reply via email to