diff options
| author | myd7349 <myd7349@gmail.com> | 2019-06-19 04:34:43 +0800 |
|---|---|---|
| committer | dan-shaw <51385773+dan-shaw@users.noreply.github.com> | 2019-06-18 13:34:43 -0700 |
| commit | 1a63672f8fa796b044c839c777f7113ccea6e635 (patch) | |
| tree | 3647ce538089d9a3a39f223c76aae0b0d7b6253a /ports/protobuf | |
| parent | bd5007625e2c44e4474361d9cba5e03fa6e5aab7 (diff) | |
| download | vcpkg-1a63672f8fa796b044c839c777f7113ccea6e635.tar.gz vcpkg-1a63672f8fa796b044c839c777f7113ccea6e635.zip | |
[protobuf] Update to 3.8.0 (#6739)
* [protobuf] Update to 3.8.0
* [nlopt] set options off
* [shogun] should not use CMAKE_SYSTEM_PROCESSOR in port file
* [protobuf] Add Homepage
* [protobuf] turn warning flag off
* [protobuf] Fix orc build error on macOS
* bump shogun, fix nlopt
Diffstat (limited to 'ports/protobuf')
| -rw-r--r-- | ports/protobuf/CONTROL | 4 | ||||
| -rw-r--r-- | ports/protobuf/portfile.cmake | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/ports/protobuf/CONTROL b/ports/protobuf/CONTROL index caca65297..bce258d24 100644 --- a/ports/protobuf/CONTROL +++ b/ports/protobuf/CONTROL @@ -1,8 +1,8 @@ Source: protobuf -Version: 3.7.1 +Version: 3.8.0 Homepage: https://github.com/google/protobuf Description: Protocol Buffers - Google's data interchange format Feature: zlib Description: ZLib based features like Gzip streams -Build-Depends: zlib +Build-Depends: zlib
\ No newline at end of file diff --git a/ports/protobuf/portfile.cmake b/ports/protobuf/portfile.cmake index 9e0bc15d7..982345db1 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.7.1 - SHA512 7d4cfabd4bd55926336a3baafa0bc1f1f15380b1b2af945f70a2bb3ba24c6ac6567f49c492326d6d1c43a488166bff178f9266377758a05d8541d8b242f4f80f + REF v3.8.0 + SHA512 ba27c64e5193cd4a144bf0c9dc0d195fbbe6e580aaca01960362f0f185074588ca40046d3bcea76e1deae7508b722f6c5be484ea957122ae8e98229c7c3a4ad2 HEAD_REF master PATCHES fix-uwp.patch |
