diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2017-04-13 19:00:15 -0700 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2017-04-13 19:00:15 -0700 |
| commit | 0074703e9a253490ea39e60da53628190b755552 (patch) | |
| tree | cfbc8e541ed6cff8bad5107a4599de44e256a3d6 /ports/libbson | |
| parent | bfb76e52a4fabf18301ccecd778dbd47ef06f930 (diff) | |
| download | vcpkg-0074703e9a253490ea39e60da53628190b755552.tar.gz vcpkg-0074703e9a253490ea39e60da53628190b755552.zip | |
[libbson] [mongo-c-driver] [mongo-cxx-driver] Update to latest (1.6.2/1.6.2/3.1.1)
Diffstat (limited to 'ports/libbson')
| -rw-r--r-- | ports/libbson/CONTROL | 2 | ||||
| -rw-r--r-- | ports/libbson/portfile.cmake | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/ports/libbson/CONTROL b/ports/libbson/CONTROL index 7ad8cb25b..0edf7847c 100644 --- a/ports/libbson/CONTROL +++ b/ports/libbson/CONTROL @@ -1,3 +1,3 @@ Source: libbson -Version: 1.5.1-3 +Version: 1.6.2 Description: libbson is a library providing useful routines related to building, parsing, and iterating BSON documents.
\ No newline at end of file diff --git a/ports/libbson/portfile.cmake b/ports/libbson/portfile.cmake index 1292dd9a3..58513498e 100644 --- a/ports/libbson/portfile.cmake +++ b/ports/libbson/portfile.cmake @@ -1,10 +1,10 @@ include(vcpkg_common_functions)
-set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/libbson-1.5.1)
+set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/libbson-1.6.2)
vcpkg_download_distfile(ARCHIVE
- URLS "https://github.com/mongodb/libbson/archive/1.5.1.tar.gz"
- FILENAME "libbson-1.5.1.tar.gz"
- SHA512 b641e23ca041e532fe566167ad0292d12934e0fae2c110f81bf6ca3b71b5d01b651a604a7ce6da0d1b54b98cd95674ef331ef4e23c2dedfc706f371eac4efaec
+ URLS "https://github.com/mongodb/libbson/archive/1.6.2.tar.gz"
+ FILENAME "libbson-1.6.2.tar.gz"
+ SHA512 c5848984d5db5ab62e698a0185139b20834d83fd7befef72336997097f639ef13e81053531385e96c7ba1fe3f3fe4ded517f5b8ee58f0914c5c807a9cb43766d
)
vcpkg_extract_source_archive(${ARCHIVE})
|
