change gitee md5
This commit is contained in:
parent
359fb1b402
commit
95e487b9fb
|
@ -1,6 +1,6 @@
|
|||
if(ENABLE_GITEE)
|
||||
set(REQ_URL "https://gitee.com/mirrors/c-ares/repository/archive/cares-1_15_0.tar.gz")
|
||||
set(MD5 "a1e06c7eb45b96b8bff2ee1b43a4c70b")
|
||||
set(MD5 "db0ebedc297316e4713f439e1530ad99")
|
||||
else()
|
||||
set(REQ_URL "https://github.com/c-ares/c-ares/releases/download/cares-1_15_0/c-ares-1.15.0.tar.gz")
|
||||
set(MD5 "d2391da274653f7643270623e822dff7")
|
||||
|
|
|
@ -4,7 +4,7 @@ set(LIB_ICU_I18N icui18n)
|
|||
|
||||
if(ENABLE_GITEE)
|
||||
set(REQ_URL "https://gitee.com/mirrors/icu/repository/archive/release-67-1.tar.gz")
|
||||
set(MD5 "72415ffd1af3acf19f9aa3fa82c7b5bc")
|
||||
set(MD5 "5737b3606a06a6b5bf82b44047594d5a")
|
||||
else()
|
||||
set(REQ_URL "https://github.com/unicode-org/icu/archive/release-67-1.tar.gz")
|
||||
set(MD5 "fd525fb47d8827b0b7da78b51dd2d93f")
|
||||
|
|
|
@ -17,7 +17,7 @@ set(tiff_LDFLAGS "-Wl,-z,relro,-z,now,-z,noexecstack")
|
|||
|
||||
if(ENABLE_GITEE)
|
||||
set(REQ_URL "https://gitee.com/mirrors/libtiff/repository/archive/v4.2.0.tar.gz")
|
||||
set(MD5 "38b7bdd622c554b98967ccf2013b6478")
|
||||
set(MD5 "92ca290a13115e80f94528506c66af16")
|
||||
else()
|
||||
set(REQ_URL "http://download.osgeo.org/libtiff/tiff-4.2.0.tar.gz")
|
||||
set(MD5 "2bbf6db1ddc4a59c89d6986b368fc063")
|
||||
|
|
|
@ -24,10 +24,10 @@ endif()
|
|||
if(ENABLE_GITEE)
|
||||
if("${BUILD_LITE}" STREQUAL "on" OR PYTHON_VERSION MATCHES "3.9")
|
||||
set(REQ_URL "https://gitee.com/mirrors/opencv/repository/archive/4.5.1.tar.gz")
|
||||
set(MD5 "e74309207f2fa88fb6cc417d8ea9ff09")
|
||||
set(MD5 "59fd2c5449f8a3a64dd699b1b3b52dac")
|
||||
elseif((PYTHON_VERSION MATCHES "3.7") OR (PYTHON_VERSION MATCHES "3.8"))
|
||||
set(REQ_URL "https://gitee.com/mirrors/opencv/repository/archive/4.2.0.tar.gz")
|
||||
set(MD5 "00424c7c4acde1e26ebf17aaa155bf23")
|
||||
set(MD5 "a60c420b4f0e4a4a7b570995367fc443")
|
||||
else()
|
||||
message("Could not find 'Python 3.8' or 'Python 3.7' or 'Python 3.9'")
|
||||
return()
|
||||
|
|
|
@ -3,13 +3,13 @@ set(PYTHON_VERSION ${Python3_VERSION_MAJOR}.${Python3_VERSION_MINOR})
|
|||
if(ENABLE_GITEE)
|
||||
if(PYTHON_VERSION MATCHES "3.9")
|
||||
set(REQ_URL "https://gitee.com/mirrors/pybind11/repository/archive/v2.6.1.tar.gz")
|
||||
set(MD5 "a9b7642031f35daf33a75fe837b3dd31")
|
||||
set(MD5 "a4a958127390e6e2ae4ff2fdcfa02113")
|
||||
elseif(PYTHON_VERSION MATCHES "3.8")
|
||||
set(REQ_URL "https://gitee.com/mirrors/pybind11/repository/archive/v2.6.1.tar.gz")
|
||||
set(MD5 "a9b7642031f35daf33a75fe837b3dd31")
|
||||
set(MD5 "a4a958127390e6e2ae4ff2fdcfa02113")
|
||||
elseif(PYTHON_VERSION MATCHES "3.7")
|
||||
set(REQ_URL "https://gitee.com/mirrors/pybind11/repository/archive/v2.4.3.tar.gz")
|
||||
set(MD5 "b473a37987ce456ea8cc7aab3f9486f9")
|
||||
set(MD5 "367868d51fa42088a3c77ae920eb4c81")
|
||||
else()
|
||||
message("Could not find 'Python 3.8' or 'Python 3.7' or 'Python 3.9'")
|
||||
return()
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
if(ENABLE_GITEE)
|
||||
set(REQ_URL "https://gitee.com/mirrors/sentencepiece/repository/archive/v0.1.92.tar.gz")
|
||||
set(MD5 "618f5590c99884866c01cb773096c523")
|
||||
set(MD5 "0376a7ca1a70b187da8952449c3f7b71")
|
||||
else()
|
||||
set(REQ_URL "https://github.com/google/sentencepiece/archive/v0.1.92.tar.gz")
|
||||
set(MD5 "5dfd2241914b5598a68b2a8542ed8e91")
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
if(ENABLE_GITEE)
|
||||
set(REQ_URL "https://gitee.com/mirrors/sqlite/repository/archive/version-3.32.2.tar.gz")
|
||||
set(MD5 "7312cad1739d8a73b14abddc850c0afa")
|
||||
set(MD5 "d6e368e4fffbb3ec7c8c9b3eb094ece3")
|
||||
else()
|
||||
set(REQ_URL "https://github.com/sqlite/sqlite/archive/version-3.32.2.tar.gz")
|
||||
set(MD5 "ea6d3b3289b4ac216fb06081a01ef101")
|
||||
|
|
|
@ -3,7 +3,7 @@ set(tinyxml2_CFLAGS "-fstack-protector -D_FORTIFY_SOURCE=2 -O2")
|
|||
|
||||
if(ENABLE_GITEE)
|
||||
set(REQ_URL "https://gitee.com/mirrors/tinyxml2/repository/archive/8.0.0.tar.gz")
|
||||
set(MD5 "6a70cea637d0b17179e8bfd77860f811")
|
||||
set(MD5 "f26eca5b2d677518294f532e319f6d18")
|
||||
else()
|
||||
set(REQ_URL "https://github.com/leethomason/tinyxml2/archive/8.0.0.tar.gz")
|
||||
set(MD5 "5dc535c8b34ee621fe2128f072d275b5")
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
if(ENABLE_GITEE)
|
||||
set(REQ_URL "https://gitee.com/mirrors/zlib/repository/archive/v1.2.11.tar.gz")
|
||||
set(MD5 "be6d144068d8835e86a81b3f36b66a42")
|
||||
set(MD5 "a8f2746ec14f289580b6976e786c5e6b")
|
||||
else()
|
||||
set(REQ_URL "https://github.com/madler/zlib/archive/v1.2.11.tar.gz")
|
||||
set(MD5 "0095d2d2d1f3442ce1318336637b695f")
|
||||
|
|
Loading…
Reference in New Issue