updata md5sum of flatbuffers, opencl and cmsis

This commit is contained in:
zhanghaibo5 2021-11-23 10:18:09 +08:00
parent 53c5a21c4d
commit bef3101d82
3 changed files with 5 additions and 5 deletions

View File

@ -1,8 +1,8 @@
set(cmsis_pkg_name cmsis) set(cmsis_pkg_name cmsis)
if(ENABLE_GITEE) if(ENABLE_GITEE)
set(REQ_URL "https://gitee.com/mirrors/CMSIS_5/repository/archive/5.7.0") set(REQ_URL "https://gitee.com/mirrors/CMSIS_5/repository/archive/5.7.0.tar.gz")
set(MD5 "f8b5c3f0711feb9ebac0fb05c15f0306") set(MD5 "0eaa594b0c62dd72e41ec181c4689842")
else() else()
set(REQ_URL "https://github.com/ARM-software/CMSIS_5/archive/5.7.0.tar.gz") set(REQ_URL "https://github.com/ARM-software/CMSIS_5/archive/5.7.0.tar.gz")
set(MD5 "0eaa594b0c62dd72e41ec181c4689842") set(MD5 "0eaa594b0c62dd72e41ec181c4689842")

View File

@ -13,7 +13,7 @@ endif()
if(ENABLE_GITEE) if(ENABLE_GITEE)
set(REQ_URL "https://gitee.com/mirrors/flatbuffers/repository/archive/v1.11.0.tar.gz") set(REQ_URL "https://gitee.com/mirrors/flatbuffers/repository/archive/v1.11.0.tar.gz")
set(MD5 "4051dc865063ffa724c4264dea8dbbe9") set(MD5 "a81553440366c65d16812b7732506d89")
else() else()
set(REQ_URL "https://github.com/google/flatbuffers/archive/v1.11.0.tar.gz") set(REQ_URL "https://github.com/google/flatbuffers/archive/v1.11.0.tar.gz")
set(MD5 "02c64880acb89dbd57eebacfd67200d8") set(MD5 "02c64880acb89dbd57eebacfd67200d8")

View File

@ -1,10 +1,10 @@
if(ENABLE_GITEE) if(ENABLE_GITEE)
set(REQ_URL "https://gitee.com/mirrors/OpenCL-Headers/repository/archive/v2020.12.18.tar.gz") set(REQ_URL "https://gitee.com/mirrors/OpenCL-Headers/repository/archive/v2020.12.18.tar.gz")
set(MD5 "e75dc757f16d3789ce551d79f989bf41") set(MD5 "9a34e50198ac54b795bf3822bb6e429a")
set(PKG_GIT_TAG "") set(PKG_GIT_TAG "")
__download_pkg_with_git(OpenCL-Headers ${REQ_URL} ${PKG_GIT_TAG} ${MD5}) __download_pkg_with_git(OpenCL-Headers ${REQ_URL} ${PKG_GIT_TAG} ${MD5})
set(REQ_URL "https://gitee.com/mirrors/OpenCL-CLHPP/repository/archive/v2.0.12.tar.gz") set(REQ_URL "https://gitee.com/mirrors/OpenCL-CLHPP/repository/archive/v2.0.12.tar.gz")
set(MD5 "a07b45d676b02644482bc2c3bb90b891") set(MD5 "3439d8eb6d247bfd02164bcd0c8e5adb")
set(PKG_GIT_TAG "") set(PKG_GIT_TAG "")
__download_pkg_with_git(OpenCL-CLHPP ${REQ_URL} ${PKG_GIT_TAG} ${MD5}) __download_pkg_with_git(OpenCL-CLHPP ${REQ_URL} ${PKG_GIT_TAG} ${MD5})
else() else()