This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch branch-1.1-lts in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-1.1-lts by this push: new 267b5f432f [chore](thirdparty) Fix the md5sum of the package brpc-1.2.0.tar.gz (#15789) (#16232) 267b5f432f is described below commit 267b5f432f495932fa512bcffe02fe492b7ceece Author: yongkang.zhong <zhong...@qq.com> AuthorDate: Mon Jan 30 13:06:59 2023 +0800 [chore](thirdparty) Fix the md5sum of the package brpc-1.2.0.tar.gz (#15789) (#16232) Apache brpc has graduated from incubator recently. The MD5 of the package we download from https://github.com/apache/incubator-brpc/archive/refs/tags/1.2.0.tar.gz changed and the mismatch MD5 makes the build scripts fail. Co-authored-by: Adonis Ling <adonis0...@gmail.com> --- thirdparty/vars.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/thirdparty/vars.sh b/thirdparty/vars.sh index a63475e03a..585263ffb3 100755 --- a/thirdparty/vars.sh +++ b/thirdparty/vars.sh @@ -198,10 +198,10 @@ LEVELDB_SOURCE=leveldb-1.23 LEVELDB_MD5SUM="afbde776fb8760312009963f09a586c7" # brpc -BRPC_DOWNLOAD="https://github.com/apache/incubator-brpc/archive/refs/tags/1.2.0.tar.gz" -BRPC_NAME="incubator-brpc-1.2.0.tar.gz" -BRPC_SOURCE="incubator-brpc-1.2.0" -BRPC_MD5SUM="556c024d5f770dbd2336ca4541ae8c96" +BRPC_DOWNLOAD="https://github.com/apache/brpc/archive/refs/tags/1.2.0.tar.gz" +BRPC_NAME="brpc-1.2.0.tar.gz" +BRPC_SOURCE="brpc-1.2.0" +BRPC_MD5SUM="c3c148e672dc660ad48d8bd973f95dcf" # rocksdb ROCKSDB_DOWNLOAD="https://github.com/facebook/rocksdb/archive/v5.14.2.tar.gz" --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org