aboutsummaryrefslogtreecommitdiff
path: root/ports/protobuf
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/protobuf
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/protobuf')
-rw-r--r--ports/protobuf/CONTROL2
-rw-r--r--ports/protobuf/portfile.cmake4
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/protobuf/CONTROL b/ports/protobuf/CONTROL
index 0dc2aa6dc..f6876ba91 100644
--- a/ports/protobuf/CONTROL
+++ b/ports/protobuf/CONTROL
@@ -1,5 +1,5 @@
Source: protobuf
-Version: 3.8.0-1
+Version: 3.9.0
Homepage: https://github.com/google/protobuf
Description: Protocol Buffers - Google's data interchange format
diff --git a/ports/protobuf/portfile.cmake b/ports/protobuf/portfile.cmake
index 7c04158a8..c650e921e 100644
--- a/ports/protobuf/portfile.cmake
+++ b/ports/protobuf/portfile.cmake
@@ -3,8 +3,8 @@ include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO google/protobuf
- REF v3.8.0
- SHA512 ba27c64e5193cd4a144bf0c9dc0d195fbbe6e580aaca01960362f0f185074588ca40046d3bcea76e1deae7508b722f6c5be484ea957122ae8e98229c7c3a4ad2
+ REF v3.9.0
+ SHA512 eebfea7758b924939edaf44d0f51e341f4778dcf943c9e399da57cb5f52e875bda1e37e40841798232dea52082b5d59c20de69a15ddeaf00220c432f05ca0e6e
HEAD_REF master
PATCHES
fix-uwp.patch