This is an automated email from the ASF dual-hosted git repository. luzhijing pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris-website.git
The following commit(s) were added to refs/heads/master by this push: new 97e366d2a4 [download](fix) Fix download links of 2.1.X version (#669) 97e366d2a4 is described below commit 97e366d2a4022293743a8eb28bad36fd19ffea6a Author: KassieZ <139741991+kass...@users.noreply.github.com> AuthorDate: Tue May 21 09:27:58 2024 +0700 [download](fix) Fix download links of 2.1.X version (#669) --- src/constant/download.data.ts | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/constant/download.data.ts b/src/constant/download.data.ts index d16e0dc03d..67a96c23b9 100644 --- a/src/constant/download.data.ts +++ b/src/constant/download.data.ts @@ -51,7 +51,7 @@ export const DORIS_VERSIONS: Option[] = [ asc: `${ORIGIN}apache-doris-2.1.2-bin-x64.tar.gz.asc`, sha512: `${ORIGIN}apache-doris-2.1.2-bin-x64.tar.gz.sha512`, source: 'https://downloads.apache.org/doris/2.1/2.1.2/', - version: '2.1.2', + version: '2.1.2-rc04', }, { label: CPUEnum.X64NoAvx2, @@ -60,7 +60,7 @@ export const DORIS_VERSIONS: Option[] = [ asc: `${ORIGIN}apache-doris-2.1.2-bin-x64-noavx2.tar.gz.asc`, sha512: `${ORIGIN}apache-doris-2.1.2-bin-x64-noavx2.tar.gz.sha512`, source: 'https://downloads.apache.org/doris/2.1/2.1.2/', - version: '2.1.2', + version: '2.1.2-rc04', }, { label: CPUEnum.ARM64, @@ -69,7 +69,7 @@ export const DORIS_VERSIONS: Option[] = [ asc: `${ORIGIN}apache-doris-2.1.2-bin-arm64.tar.gz.asc`, sha512: `${ORIGIN}apache-doris-2.1.2-bin-arm64.tar.gz.sha512`, source: 'https://downloads.apache.org/doris/2.1/2.1.2/', - version: '2.1.2', + version: '2.1.2-rc04', }, ], }, @@ -137,7 +137,7 @@ export const ALL_VERSIONS: AllVersionOption[] = [ asc: `${ORIGIN}apache-doris-2.1.2-bin-x64.tar.gz.asc`, sha512: `${ORIGIN}apache-doris-2.1.2-bin-x64.tar.gz.sha512`, source: 'https://downloads.apache.org/doris/2.1/2.1.2/', - version: '2.1.2', + version: '2.1.2-rc04', }, { label: CPUEnum.X64NoAvx2, @@ -146,7 +146,7 @@ export const ALL_VERSIONS: AllVersionOption[] = [ asc: `${ORIGIN}apache-doris-2.1.2-bin-x64-noavx2.tar.gz.asc`, sha512: `${ORIGIN}apache-doris-2.1.2-bin-x64-noavx2.tar.gz.sha512`, source: 'https://downloads.apache.org/doris/2.1/2.1.2/', - version: '2.1.2', + version: '2.1.2-rc04', }, { label: CPUEnum.ARM64, @@ -155,7 +155,7 @@ export const ALL_VERSIONS: AllVersionOption[] = [ asc: `${ORIGIN}apache-doris-2.1.2-bin-arm64.tar.gz.asc`, sha512: `${ORIGIN}apache-doris-2.1.2-bin-arm64.tar.gz.sha512`, source: 'https://downloads.apache.org/doris/2.1/2.1.2/', - version: '2.1.2', + version: '2.1.2-rc04', }, ], }, @@ -171,7 +171,7 @@ export const ALL_VERSIONS: AllVersionOption[] = [ asc: `${ORIGIN}apache-doris-2.1.1-bin-x64.tar.gz.asc`, sha512: `${ORIGIN}apache-doris-2.1.1-bin-x64.tar.gz.sha512`, source: 'https://downloads.apache.org/doris/2.1/2.1.1/', - version: '2.1.1', + version: '2.1.1-rc05', }, { label: CPUEnum.X64NoAvx2, @@ -180,7 +180,7 @@ export const ALL_VERSIONS: AllVersionOption[] = [ asc: `${ORIGIN}apache-doris-2.1.1-bin-x64-noavx2.tar.gz.asc`, sha512: `${ORIGIN}apache-doris-2.1.1-bin-x64-noavx2.tar.gz.sha512`, source: 'https://downloads.apache.org/doris/2.1/2.1.1/', - version: '2.1.1', + version: '2.1.1-rc05', }, { label: CPUEnum.ARM64, @@ -189,7 +189,7 @@ export const ALL_VERSIONS: AllVersionOption[] = [ asc: `${ORIGIN}apache-doris-2.1.1-bin-arm64.tar.gz.asc`, sha512: `${ORIGIN}apache-doris-2.1.1-bin-arm64.tar.gz.sha512`, source: 'https://downloads.apache.org/doris/2.1/2.1.1/', - version: '2.1.1', + version: '2.1.1-rc05', }, ], }, --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org