diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2020-02-06 14:59:37 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-06 14:59:37 -0800 |
| commit | a9dc513ef719ebb8e5dba4e0febd257379b46c37 (patch) | |
| tree | 3185422517bee11968c1e2653ac750b09431864e | |
| parent | b8cd54d4e6e62f113825d9116d2e0230f98e8199 (diff) | |
| parent | 19da994248dd92ea93e00e389c73f9e8e99de42c (diff) | |
| download | vcpkg-a9dc513ef719ebb8e5dba4e0febd257379b46c37.tar.gz vcpkg-a9dc513ef719ebb8e5dba4e0febd257379b46c37.zip | |
Merge pull request #9889 from coryan/upgrade-protobuf-v3.11.3
[protobuf]: upgrade to v3.11.3
| -rw-r--r-- | ports/protobuf/CONTROL | 2 | ||||
| -rw-r--r-- | ports/protobuf/portfile.cmake | 6 |
2 files changed, 3 insertions, 5 deletions
diff --git a/ports/protobuf/CONTROL b/ports/protobuf/CONTROL index 6f9eb1d85..60663d5cd 100644 --- a/ports/protobuf/CONTROL +++ b/ports/protobuf/CONTROL @@ -1,5 +1,5 @@ Source: protobuf -Version: 3.11.2 +Version: 3.11.3 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 1d595bf09..58ff2053f 100644 --- a/ports/protobuf/portfile.cmake +++ b/ports/protobuf/portfile.cmake @@ -1,10 +1,8 @@ -include(vcpkg_common_functions) - vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO protocolbuffers/protobuf - REF v3.11.2 - SHA512 8319c1e003e5fc64e91b512de016ec1cf10265b294d3b4beea60856beaeb02b4d7682343c74b2c12b0f6d4d6258451af9b9d72bcb4b495293b7637da21030c8f + REF v3.11.3 + SHA512 beac21d495bfd8e9b40120d1db9fd82251958f954533fc6f76cd0b9c28f92533ac35368a4c298ebb1d8e09047b670ed3bd948bb7da6eb5cca7fdc0c1c44aa39b HEAD_REF master PATCHES fix-uwp.patch |
