diff options
| author | Johannes Schönberger <johannes.schonberger@microsoft.com> | 2021-07-01 19:03:05 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-01 09:03:05 -0700 |
| commit | 9e104306a7d0775602310bb1b1873fbafca3468d (patch) | |
| tree | cb96ed7ff39d5e9bc979d5cc030e5d83098afcc4 /ports/mongo-c-driver/CONTROL | |
| parent | d93cf33a224a9cc8de9ed92084b5d31c1f86bb15 (diff) | |
| download | vcpkg-9e104306a7d0775602310bb1b1873fbafca3468d.tar.gz vcpkg-9e104306a7d0775602310bb1b1873fbafca3468d.zip | |
[mongo-c-driver] Fix for custom VCPKG_BUILD_TYPE (#18569)
* Fix mongo-c-driver for custom VCPKG_BUILD_TYPE
* Update version
* Update ports/mongo-c-driver/portfile.cmake
* Update versions/m-/mongo-c-driver.json
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
Co-authored-by: Billy Robert ONeal III <bion@microsoft.com>
Diffstat (limited to 'ports/mongo-c-driver/CONTROL')
| -rw-r--r-- | ports/mongo-c-driver/CONTROL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/mongo-c-driver/CONTROL b/ports/mongo-c-driver/CONTROL index 6472ce1a2..54a225a02 100644 --- a/ports/mongo-c-driver/CONTROL +++ b/ports/mongo-c-driver/CONTROL @@ -1,6 +1,6 @@ Source: mongo-c-driver Version: 1.16.1 -Port-Version: 4 +Port-Version: 5 Build-Depends: libbson, openssl (!windows), zlib Description: Client library written in C for MongoDB. Homepage: https://github.com/mongodb/mongo-c-driver |
