Merge pull request #3995 from coryan/update-protobuf-to-3.6.1

Upgrade protobuf to 3.6.1.
This commit is contained in:
Alexander Karatarakis 2018-08-01 15:27:06 -07:00 committed by GitHub
commit 49466af2ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
Source: protobuf
Version: 3.6.0.1
Version: 3.6.1
Description: Protocol Buffers - Google's data interchange format
Feature: zlib

View File

@ -3,8 +3,8 @@ include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO google/protobuf
REF v3.6.0.1
SHA512 63cd799d5d6edbb05a87bc07992271c5bdb9595366d698b4dc5476cc89dc278d1c43186b9e56340958aefea2ce23e15a9c3a550158414add868b56e789ceafe4
REF v3.6.1
SHA512 1bc175d24b49de1b1e41eaf39598194e583afffb924c86c8d2e569d935af21874be76b2cbd4d9655a1d38bac3d4cd811de88bc2c72d81bad79115e69e5b0d839
HEAD_REF master
PATCHES
"${CMAKE_CURRENT_LIST_DIR}/js-embed.patch"