diff --git a/cmake/external/grpc.cmake b/cmake/external/grpc.cmake index b1bde1b4f2ee18fd55d139bf9918c5739d4f9f5d..6a913662238af4a006ee5f3ba3ee1fdc8e434e9e 100644 --- a/cmake/external/grpc.cmake +++ b/cmake/external/grpc.cmake @@ -45,7 +45,7 @@ ExternalProject_Add( # checkout and clean other dirs under third_party # 4. remove .git, and package the directory. URL "http://paddlepaddledeps.bj.bcebos.com/grpc-v1.10.x-paddle.tar.gz" - URL_MD5 "6c472b60703aad03ce697c502a70c01f" + URL_MD5 "eb06e8a63e679c5ec14ac9debade7ba1" PREFIX ${GRPC_SOURCES_DIR} UPDATE_COMMAND "" CONFIGURE_COMMAND ""