[cppmicroservices] Update to 3.4.0

This commit is contained in:
Victor Romero 2020-01-10 14:40:12 -08:00
parent 9fc8197d8c
commit e6b50ffea8
2 changed files with 6 additions and 3 deletions

View File

@ -1,3 +1,5 @@
Source: cppmicroservices
Version: 4.0.0-pre1
Version: v3.4.0
Homepage: https://github.com/CppMicroServices/CppMicroServices
Description: An OSGi-like C++ dynamic module system and service registry

View File

@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO "CppMicroServices/CppMicroservices"
REF b322441568f903ef96c0ccb03e2611d052ceb4e0
SHA512 1673dfe9dba913890ec93e351263a924437a0d739a5858dcdc07650e1aaca30c3b4fcce59e32b201c1d65e15eb82e27912d759e4d07ecc149ae8a4f9eb1669bc
REF b4d3d404df01d67dfd7fc36111bc5de50e1b89d6 # v3.4.0
SHA512 b4a55f7c86cae25e936a237108b82824458b123fa1c14d4e0218c72c444a6d7f0db8900409af321225ec818f5691894b01fd311c606463386e7ce8e81e3656c8
HEAD_REF development
PATCHES werror.patch
)
@ -30,3 +30,4 @@ vcpkg_fixup_cmake_targets()
if(NOT BUILD_SHARED_LIBS)
set(VCPKG_POLICY_EMPTY_PACKAGE enabled)
endif()