Commit 8b952fcd authored by Jeff's avatar Jeff
Browse files

Merge branch 'branch-0.5.0' into 'branch-0.5.0'

update grpc download md5

See merge request megasearch/milvus!719

Former-commit-id: ac6924caee8df7c83b4466b2c6f5bd12c4f9f981
parents b5d1f57f b9040295
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -376,7 +376,7 @@ else()
    set(GRPC_SOURCE_URL
            "https://github.com/youny626/grpc-milvus/archive/${GRPC_VERSION}.zip")
endif()
set(GRPC_MD5 "fdd2656424c0e0e046b21354513fc70f")
set(GRPC_MD5 "0362ba219f59432c530070b5f5c3df73")


# ----------------------------------------------------------------------