Skip to content

Commit

Permalink
[chore](thirdparty) Fix the md5sum of the package brpc-1.2.0.tar.gz (a…
Browse files Browse the repository at this point in the history
…pache#15789)

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.
  • Loading branch information
adonis0147 authored Jan 11, 2023
1 parent fe5e5d2 commit 5c2a38d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions thirdparty/vars.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 5c2a38d

Please sign in to comment.