This is an automated email from the ASF dual-hosted git repository. jiafengzheng 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 cf41527a5be fix cf41527a5be is described below commit cf41527a5be1feca91b92ee66f539435de5367a4 Author: jiafeng.zhang <zhang...@gmail.com> AuthorDate: Tue Dec 20 17:57:53 2022 +0800 fix --- src/constant/download.data.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/constant/download.data.ts b/src/constant/download.data.ts index 1ac7bdc1213..9461443951f 100644 --- a/src/constant/download.data.ts +++ b/src/constant/download.data.ts @@ -147,10 +147,10 @@ export function getAllDownloadLinks(locale: string) { }, }, { - label: 'apache-doris-be-1.1.4-bin-x86_64-noavx2.tar.gz', + label: 'apache-doris-be-1.1.5-bin-x86_64-noavx2.tar.gz', links: { source: `${sources}doris/1.1/1.1.5-rc02/apache-doris-be-1.1.5-bin-x86_64-noavx2.tar.gz`, - signature: `${APACHE_LINK}doris/1.11.1.5-rc02/apache-doris-be-1.1.5-bin-x86_64-noavx2.tar.gz.asc`, + signature: `${APACHE_LINK}doris/1.1/1.1.5-rc02/apache-doris-be-1.1.5-bin-x86_64-noavx2.tar.gz.asc`, sha512: `${APACHE_LINK}doris/1.1/1.1.5-rc02/apache-doris-be-1.1.5-bin-x86_64-noavx2.tar.gz.sha512`, }, }, @@ -164,7 +164,7 @@ export function getAllDownloadLinks(locale: string) { links: { source: `${sources}doris/1.1/1.1.5-rc02/apache-doris-fe-1.1.5-bin.tar.gz`, signature: `${APACHE_LINK}doris/1.1/1.1.5-rc02/apache-doris-fe-1.1.5-bin.tar.gz.asc`, - sha512: `${APACHE_LINK}doris/1.1/1.1.4-rc01/apache-doris-fe-1.1.5-bin.tar.gz.sha512`, + sha512: `${APACHE_LINK}doris/1.1/1.1.5-rc02/apache-doris-fe-1.1.5-bin.tar.gz.sha512`, }, }, { --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org