[qcoro] Update to 0.11.0 (#41773)

This commit is contained in:
Egor Krugletsov 2024-10-29 10:30:15 +03:00 committed by GitHub
parent d58888a059
commit 6559c7ed2b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 12 additions and 8 deletions

View File

@ -1,8 +1,8 @@
vcpkg_from_github( vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH OUT_SOURCE_PATH SOURCE_PATH
REPO danvratil/qcoro REPO qcoro/qcoro
REF "v${VERSION}" REF "v${VERSION}"
SHA512 de2e55256d3c9d35fec3ef6dc78128801b70a5e5b8ff0f3a6f235dac17f349ea44207a7c9f35375215dbeea04cb67c3412d505d0a8a95f2b926775f804a02649 SHA512 BDE5C5CD9F3C038E6B5EC5A6ADAE5AE2218EDD9DF350E75FC5D8DB31D9339484E92CC88FDC37FA0539E0CDF1F53731418EBFA73B94564E993D7B02168988771B
HEAD_REF main HEAD_REF main
) )

View File

@ -1,10 +1,9 @@
{ {
"name": "qcoro", "name": "qcoro",
"version": "0.10.0", "version": "0.11.0",
"port-version": 1,
"description": "Coroutine support for Qt", "description": "Coroutine support for Qt",
"homepage": "https://www.github.com/danvratil/qcoro", "homepage": "https://github.com/qcoro/qcoro",
"documentation": "https://qcoro.dvratil.cz", "documentation": "https://qcoro.dev/",
"license": "MIT", "license": "MIT",
"dependencies": [ "dependencies": [
{ {

View File

@ -7277,8 +7277,8 @@
"port-version": 2 "port-version": 2
}, },
"qcoro": { "qcoro": {
"baseline": "0.10.0", "baseline": "0.11.0",
"port-version": 1 "port-version": 0
}, },
"qcustomplot": { "qcustomplot": {
"baseline": "2.1.1", "baseline": "2.1.1",

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "695f5bd5f508640b1a276823ae5d6dc11f04b1fc",
"version": "0.11.0",
"port-version": 0
},
{ {
"git-tree": "f8b9f743a339335725fe9fe3475f584cc9654b69", "git-tree": "f8b9f743a339335725fe9fe3475f584cc9654b69",
"version": "0.10.0", "version": "0.10.0",