mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 07:31:37 +08:00
[libcoro] Update to 0.12.1 (#40341)
Co-authored-by: chausner <chausner@users.noreply.github.com>
This commit is contained in:
parent
bc2d3dd679
commit
d04b5d1f54
@ -2,7 +2,7 @@ vcpkg_from_github(
|
|||||||
OUT_SOURCE_PATH SOURCE_PATH
|
OUT_SOURCE_PATH SOURCE_PATH
|
||||||
REPO jbaldwin/libcoro
|
REPO jbaldwin/libcoro
|
||||||
REF "v${VERSION}"
|
REF "v${VERSION}"
|
||||||
SHA512 fd3eb22a055db9567da482182a90d44c79ee8ccb641490945cb45b07686a32a31b7b37aa35b1f3f676a6ede366db01c9cd7b5f7ded899cb1133cdd1aac510154
|
SHA512 7d79737b4d347d6e829362e936089c1dc6b81505ca363728db19b47e22a798b442b17f15a68296bf98b016c8dedea9142b8a3b6a5ec6190cd3f2eac7ffe614b4
|
||||||
HEAD_REF master
|
HEAD_REF master
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "libcoro",
|
"name": "libcoro",
|
||||||
"version": "0.11.1",
|
"version": "0.12.1",
|
||||||
"description": "C++20 coroutine library",
|
"description": "C++20 coroutine library",
|
||||||
"homepage": "https://github.com/jbaldwin/libcoro",
|
"homepage": "https://github.com/jbaldwin/libcoro",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
|
@ -4317,7 +4317,7 @@
|
|||||||
"port-version": 1
|
"port-version": 1
|
||||||
},
|
},
|
||||||
"libcoro": {
|
"libcoro": {
|
||||||
"baseline": "0.11.1",
|
"baseline": "0.12.1",
|
||||||
"port-version": 0
|
"port-version": 0
|
||||||
},
|
},
|
||||||
"libcorrect": {
|
"libcorrect": {
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "1a4ef9823190cdf96e4461c1c9eb14d0129306cb",
|
||||||
|
"version": "0.12.1",
|
||||||
|
"port-version": 0
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "b518fbd7c395e04a3a720c1aba78a3a9a94930e9",
|
"git-tree": "b518fbd7c395e04a3a720c1aba78a3a9a94930e9",
|
||||||
"version": "0.11.1",
|
"version": "0.11.1",
|
||||||
|
Loading…
Reference in New Issue
Block a user