aboutsummaryrefslogtreecommitdiff
path: root/ports/libcopp
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2020-10-13 13:17:32 -0700
committerGitHub <noreply@github.com>2020-10-13 13:17:32 -0700
commit75bd2efe0dce862dfa025209b8cecc61a00a1852 (patch)
tree8f490bc7e3c4fffe5a1b3f641a6373a6ea341cc8 /ports/libcopp
parente14917f04b2a79b22087cab67ab80c0e3d47c8ba (diff)
downloadvcpkg-75bd2efe0dce862dfa025209b8cecc61a00a1852.tar.gz
vcpkg-75bd2efe0dce862dfa025209b8cecc61a00a1852.zip
[many ports] 2019.09.14 Updates (#13536)
* [many ports] 2019.09.14 Updates * Revert failure ports * Revert failure ports * Revert failure ports * [urdfdom] Fix find dependency console_bridge * Revert failure ports * [devil] Compatible with jasper 2.0.20 * [devil] Refix compatible with jasper functions declaration on different os * Update ports/alembic/CONTROL Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com> * Revert failure ports wangle * [azure-kinect-sensor-sdk] Fix build with matroska 1.6.2 * Revert failure ports * Revert failure ports * [urdfdom-headers] Fix include path in config.cmake file * upload patch * [urdfdom-headers] Refix include path in config.cmake file * [qt5-imageformats] Fix missing include math.h * [urdfdom-headers] Refix include path in config.cmake file * [qt5] Fix adding option PATCHES and other options when using qt_submodule_installation * Remove updated ports version * Commit suggestions * [libideviceactivation] revert Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com> Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com> Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
Diffstat (limited to 'ports/libcopp')
-rw-r--r--ports/libcopp/CONTROL3
-rw-r--r--ports/libcopp/portfile.cmake4
2 files changed, 3 insertions, 4 deletions
diff --git a/ports/libcopp/CONTROL b/ports/libcopp/CONTROL
index 8c9162540..568bf6ea9 100644
--- a/ports/libcopp/CONTROL
+++ b/ports/libcopp/CONTROL
@@ -1,6 +1,5 @@
Source: libcopp
-Version: 1.3.1
-Port-Version: 1
+Version: 1.3.2
Description: A cross-platfrom coroutine library for C++
Maintainer: owent <admin@owent.net>
Homepage: https://libcopp.atframe.work/
diff --git a/ports/libcopp/portfile.cmake b/ports/libcopp/portfile.cmake
index 5b6be64bb..fbf0e8791 100644
--- a/ports/libcopp/portfile.cmake
+++ b/ports/libcopp/portfile.cmake
@@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO owt5008137/libcopp
- REF 1.3.1
- SHA512 0401f91a98b5e3961bcda45a6249fec72f03c88ae5155f4406ba8922f47ccf187f65d6f13dedb6dcd6934bb6cb742a34e84a2fd29ca9cc5b87ca19a517a64591
+ REF c61ac3bd5f9d2a74e58a800caa7230bbe8170d8b # 1.3.2
+ SHA512 e1a3e6bbff2dbe1530447300a0a65a2f142cca32e79cb43b0d7b0b4bc5a2444fe49bfdfd7017e8de5ef6f31f32d88a9d94fddb07608ed4982be929155d47183b
HEAD_REF v2
)