From 47e76f69072022970e32b5f9e0c45870472d7524 Mon Sep 17 00:00:00 2001 From: owent Date: Tue, 20 Aug 2019 15:28:04 +0800 Subject: [PATCH] [libcopp] Update library to 1.2.0 --- ports/libcopp/CONTROL | 2 +- ports/libcopp/portfile.cmake | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ports/libcopp/CONTROL b/ports/libcopp/CONTROL index 68115219ffe20a..6722fb6acf0665 100644 --- a/ports/libcopp/CONTROL +++ b/ports/libcopp/CONTROL @@ -1,3 +1,3 @@ Source: libcopp -Version: 1.1.0-2 +Version: 1.2.0 Description: A cross-platfrom coroutine library for C++ diff --git a/ports/libcopp/portfile.cmake b/ports/libcopp/portfile.cmake index 026e4a14c8ba92..5df6cf7377e5b5 100644 --- a/ports/libcopp/portfile.cmake +++ b/ports/libcopp/portfile.cmake @@ -5,8 +5,8 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY) vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO owt5008137/libcopp - REF 1.1.0 - SHA512 27b444d158281786154830c6e216e701ba0301af1d7a08873b33e27ce3d2db6ddb4753239878633f4c2aed9f759b46f961408a2eb7b50b5d445c3531c1fa9546 + REF 1.2.0 + SHA512 7e98380cb6a8d7ae9b458fe609e2ebce15da4b1ee6cc5570112685f484ef42466f4974aa14fce90715ef175125acef47097b36bb7707abd6950581b8ec03c541 HEAD_REF v2 )