diff options
Diffstat (limited to 'ports')
| -rw-r--r-- | ports/protobuf/portfile.cmake | 6 | ||||
| -rw-r--r-- | ports/protobuf/vcpkg.json | 3 |
2 files changed, 4 insertions, 5 deletions
diff --git a/ports/protobuf/portfile.cmake b/ports/protobuf/portfile.cmake index 4628f5636..a86c2d8a0 100644 --- a/ports/protobuf/portfile.cmake +++ b/ports/protobuf/portfile.cmake @@ -1,8 +1,8 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO protocolbuffers/protobuf - REF 2514f0bd7da7e2af1bed4c5d1b84f031c4d12c10 #v3.14.0 - SHA512 765fd12786b405eb8b7365f1117fa16d0e268f8677e829e0a91635bb4278295c5e488949726394f84d0993f8ea8205ca66eb1f79c88cc89ad5ac4a2df483d473 + REF 436bd7880e458532901c58f4d9d1ea23fa7edd52 #v3.15.8 + SHA512 88bb9a965bccfe11a07aee2c0c16eb9cc1845ea2d7500ef6def3e1c0a8155ac4eadd0ceef4b12552960dffe95a0fc82549d1abba71ca073ab86ec5de57d9cafb HEAD_REF master PATCHES fix-static-build.patch @@ -78,7 +78,7 @@ if(protobuf_BUILD_PROTOC_BINARIES) if(VCPKG_CMAKE_SYSTEM_NAME STREQUAL "WindowsStore" OR NOT VCPKG_CMAKE_SYSTEM_NAME) vcpkg_copy_tools(TOOL_NAMES protoc AUTO_CLEAN) else() - vcpkg_copy_tools(TOOL_NAMES protoc protoc-3.14.0.0 AUTO_CLEAN) + vcpkg_copy_tools(TOOL_NAMES protoc protoc-3.15.8.0 AUTO_CLEAN) endif() else() file(COPY ${CURRENT_HOST_INSTALLED_DIR}/tools/${PORT} DESTINATION ${CURRENT_PACKAGES_DIR}/tools) diff --git a/ports/protobuf/vcpkg.json b/ports/protobuf/vcpkg.json index d69019b82..2224b2465 100644 --- a/ports/protobuf/vcpkg.json +++ b/ports/protobuf/vcpkg.json @@ -1,7 +1,6 @@ { "name": "protobuf", - "version-string": "3.14.0", - "port-version": 4, + "version-semver": "3.15.8", "description": "Protocol Buffers - Google's data interchange format", "homepage": "https://github.com/protocolbuffers/protobuf", "dependencies": [ |
