aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Lu <6320810+kevinlul@users.noreply.github.com>2019-08-14 17:16:33 -0400
committerCurtis J Bezault <curtbezault@gmail.com>2019-08-14 14:16:33 -0700
commit4e9d79e36dac3b2115f14d663cc47dff3c8e58d5 (patch)
tree0c1dffbfb3b9f7372cc7f8e9e63fe82a86d6e45b
parent12b18a59fc4ada9a32f8e4baedfeb1a4d04bab8b (diff)
downloadvcpkg-4e9d79e36dac3b2115f14d663cc47dff3c8e58d5.tar.gz
vcpkg-4e9d79e36dac3b2115f14d663cc47dff3c8e58d5.zip
[protobuf] Update from 3.9.0 to 3.9.1 (#7671)
-rw-r--r--ports/protobuf/CONTROL2
-rw-r--r--ports/protobuf/portfile.cmake6
2 files changed, 4 insertions, 4 deletions
diff --git a/ports/protobuf/CONTROL b/ports/protobuf/CONTROL
index f6876ba91..ba4ce7d91 100644
--- a/ports/protobuf/CONTROL
+++ b/ports/protobuf/CONTROL
@@ -1,5 +1,5 @@
Source: protobuf
-Version: 3.9.0
+Version: 3.9.1
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 c650e921e..bb6726410 100644
--- a/ports/protobuf/portfile.cmake
+++ b/ports/protobuf/portfile.cmake
@@ -2,9 +2,9 @@ include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
- REPO google/protobuf
- REF v3.9.0
- SHA512 eebfea7758b924939edaf44d0f51e341f4778dcf943c9e399da57cb5f52e875bda1e37e40841798232dea52082b5d59c20de69a15ddeaf00220c432f05ca0e6e
+ REPO protocolbuffers/protobuf
+ REF v3.9.1
+ SHA512 9accb56c1aadef83bf27280e15a99809a3561cbd4b39d6605dec730cc112bf4fd2e9f1ac39127b32a1b87253e712be4b4f12afe4061a8f7be76266b3f4bca314
HEAD_REF master
PATCHES
fix-uwp.patch