[mongo-x-driver] upgrade to 1.51/3.10

This commit is contained in:
sdcb 2016-12-18 16:26:12 +08:00
parent 835693ce97
commit ea3113a4f5
3 changed files with 185 additions and 184 deletions

View File

@ -1,10 +1,10 @@
include(vcpkg_common_functions) include(vcpkg_common_functions)
set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/libbson-1.5.0-rc6) set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/libbson-1.5.1)
vcpkg_download_distfile(ARCHIVE vcpkg_download_distfile(ARCHIVE
URLS "https://github.com/mongodb/libbson/archive/1.5.0-rc6.tar.gz" URLS "https://github.com/mongodb/libbson/archive/1.5.1.tar.gz"
FILENAME "libbson-1.5.0-rc6.tar.gz" FILENAME "libbson-1.5.1.tar.gz"
SHA512 15cf590b488f7de8d614ddcc2c1536b05b607311f3cd3353418469c7a62177124fb4fb1c53f51b0de4c7491b21051c1ec47fbc12856cc69e37baebb3d65897c5 SHA512 b641e23ca041e532fe566167ad0292d12934e0fae2c110f81bf6ca3b71b5d01b651a604a7ce6da0d1b54b98cd95674ef331ef4e23c2dedfc706f371eac4efaec
) )
vcpkg_extract_source_archive(${ARCHIVE}) vcpkg_extract_source_archive(${ARCHIVE})

View File

@ -1,10 +1,10 @@
include(vcpkg_common_functions) include(vcpkg_common_functions)
set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/mongo-c-driver-1.5.0-rc6) set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/mongo-c-driver-1.5.1)
vcpkg_download_distfile(ARCHIVE vcpkg_download_distfile(ARCHIVE
URLS "https://github.com/mongodb/mongo-c-driver/archive/1.5.0-rc6.tar.gz" URLS "https://github.com/mongodb/mongo-c-driver/archive/1.5.1.tar.gz"
FILENAME "mongo-c-driver-1.5.0-rc6.tar.gz" FILENAME "mongo-c-driver-1.5.1.tar.gz"
SHA512 708caf4e963bad97b4802456c6f5809a0ba8c24fe5faaf0e91aa889a0690df4324005f8d324b3bfc80ffc76f1594612a8d391d7421dd914c58369c24cf8cc965 SHA512 2977e6e1fb3c45256161d2c9bd711fea69b9f8c9ff15362fa636068e0a347c42e10d72fed5649504b552c8212f21cb1ae74d2dc8ca3d1388f49e63b2baf6e16d
) )
vcpkg_extract_source_archive(${ARCHIVE}) vcpkg_extract_source_archive(${ARCHIVE})

View File

@ -1,10 +1,10 @@
include(vcpkg_common_functions) include(vcpkg_common_functions)
set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/mongo-cxx-driver-r3.0.3) set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/mongo-cxx-driver-r3.1.0)
vcpkg_download_distfile(ARCHIVE vcpkg_download_distfile(ARCHIVE
URLS "https://github.com/mongodb/mongo-cxx-driver/archive/r3.0.3.tar.gz" URLS "https://github.com/mongodb/mongo-cxx-driver/archive/r3.1.0.tar.gz"
FILENAME "mongo-cxx-driver-r3.0.3.tar.gz" FILENAME "mongo-cxx-driver-r3.1.0.tar.gz"
SHA512 29f7ae77dab160c4279eb2eba8e960b25afc7118bf82570d240f5c68e1e17b10dc99910c855888467c304d70399f2d02031463b0c168a95ad0b9323742ccfd35 SHA512 2c9323f5e28304057b6ed6fc8bf33aad14db1313e234eaa74a96fb4cf93e99d24fd8c7c3f20b4b29cda7b1fe5c58f08dcb5cddcffbf62259c08334312fda4fba
) )
vcpkg_extract_source_archive(${ARCHIVE}) vcpkg_extract_source_archive(${ARCHIVE})
@ -53,6 +53,7 @@ file(REMOVE_RECURSE
${CURRENT_PACKAGES_DIR}/include/mongocxx/test_util ${CURRENT_PACKAGES_DIR}/include/mongocxx/test_util
${CURRENT_PACKAGES_DIR}/include/mongocxx/private ${CURRENT_PACKAGES_DIR}/include/mongocxx/private
${CURRENT_PACKAGES_DIR}/include/mongocxx/exception/private ${CURRENT_PACKAGES_DIR}/include/mongocxx/exception/private
${CURRENT_PACKAGES_DIR}/include/mongocxx/options
${CURRENT_PACKAGES_DIR}/debug/include) ${CURRENT_PACKAGES_DIR}/debug/include)