aboutsummaryrefslogtreecommitdiff
path: root/ports/msgpack
diff options
context:
space:
mode:
authorEhsan <mohammadi.ehsan1994@gmail.com>2019-08-02 05:10:29 +0430
committerPhil Christensen <philc@microsoft.com>2019-08-01 17:40:29 -0700
commitfeeaa65cdc514fff6e2d363e09adfcc3f6fed13a (patch)
treec616a2c5ece29518f554a7abb5bf6c89b24690a3 /ports/msgpack
parent69cc77d08d94b8b30e6bea32a74e87b547cad400 (diff)
downloadvcpkg-feeaa65cdc514fff6e2d363e09adfcc3f6fed13a.tar.gz
vcpkg-feeaa65cdc514fff6e2d363e09adfcc3f6fed13a.zip
Update some ports version (#7494)
* [ade] Update library to 0.1.1e * [libpmemobj-cpp] Update library to 1.7 * [msgpack] Update library to 3.2.0 * [protobuf] Update library to 3.9.0 * [string-theory] Update library to 2.2 * [harfbuzz] Update library to 2.5.3
Diffstat (limited to 'ports/msgpack')
-rw-r--r--ports/msgpack/CONTROL2
-rw-r--r--ports/msgpack/portfile.cmake4
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/msgpack/CONTROL b/ports/msgpack/CONTROL
index 0b22d5c69..dab3515b9 100644
--- a/ports/msgpack/CONTROL
+++ b/ports/msgpack/CONTROL
@@ -1,4 +1,4 @@
Source: msgpack
-Version: 3.1.1
+Version: 3.2.0
Homepage: https://github.com/msgpack/msgpack-c
Description: MessagePack is an efficient binary serialization format, which lets you exchange data among multiple languages like JSON, except that it's faster and smaller.
diff --git a/ports/msgpack/portfile.cmake b/ports/msgpack/portfile.cmake
index 33873e990..c9249a2bc 100644
--- a/ports/msgpack/portfile.cmake
+++ b/ports/msgpack/portfile.cmake
@@ -2,8 +2,8 @@ include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO msgpack/msgpack-c
- REF cpp-3.1.1
- SHA512 2d1607f482160d8860b07d7597af760bfefcb3afa4e82602df43487d15950ab235e7efeabd7e08996807935de71d4dcdab424c91bff806279419db2ec9500227
+ REF cpp-3.2.0
+ SHA512 698fcdd5b427373997d0c89ff2cd09c44cf3b165defd381ff3cd9e14ecb83841064754a42aab99441a3b17aa26e3daec8f83e40d6d482c4b443b21b313278d14
HEAD_REF master)
vcpkg_apply_patches(SOURCE_PATH ${SOURCE_PATH}