Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ports/libcopp/CONTROL
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Source: libcopp
Version: 1.3.3
Version: 1.3.4
Description: A cross-platfrom coroutine library for C++
Maintainer: owent <admin@owent.net>
Homepage: https://libcopp.atframe.work/
4 changes: 2 additions & 2 deletions ports/libcopp/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO owt5008137/libcopp
REF 0b77f07d25ca61ec6d10080fa75152ecb4b0a7d3 # 1.3.3
SHA512 03a88456530f0c9973d84a2feabff89bd17ffca850b69c033e1fe9d2077042156e4b2f3352a158a8e4d5dff7640dac540b95f158bda4bb9b73441d6cba699070
REF d7ee2550fdcaf3961e4284bb5218e3ed05be437c # 1.3.4
SHA512 0fa7a83c17046e187183d0244828e82adeb5e39e75b27757d1b540fd8948c48b02de40edea706d588ba553a276c4f2f8e9e3dad78065e515a1652abe4fbea8b0
HEAD_REF v2
)

Expand Down