From e6b50ffea8d5b42fccd9f6ef665e1c298538aa90 Mon Sep 17 00:00:00 2001 From: Victor Romero Date: Fri, 10 Jan 2020 14:40:12 -0800 Subject: [PATCH] [cppmicroservices] Update to 3.4.0 --- ports/cppmicroservices/CONTROL | 4 +++- ports/cppmicroservices/portfile.cmake | 5 +++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/ports/cppmicroservices/CONTROL b/ports/cppmicroservices/CONTROL index 9a53e06b1..4ca4793f0 100644 --- a/ports/cppmicroservices/CONTROL +++ b/ports/cppmicroservices/CONTROL @@ -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 + diff --git a/ports/cppmicroservices/portfile.cmake b/ports/cppmicroservices/portfile.cmake index d0edb6374..c15e2eb8b 100644 --- a/ports/cppmicroservices/portfile.cmake +++ b/ports/cppmicroservices/portfile.cmake @@ -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() +