Skip to content

Commit

Permalink
[qcoro] Update to 0.10.0 (#35532)
Browse files Browse the repository at this point in the history
  • Loading branch information
danvratil committed Dec 6, 2023
1 parent 24d884e commit 9ce52f8
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 23 deletions.
19 changes: 0 additions & 19 deletions ports/qcoro/0001-qt6-deprecated-qwebsocket-error.patch

This file was deleted.

3 changes: 1 addition & 2 deletions ports/qcoro/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO danvratil/qcoro
REF "v${VERSION}"
SHA512 f708e1a82861c39434d6934172246c3280864e933b333b56c0471f1a629f9da65554d1508af4291ac2257ad8df2040655394ae5525d728710de5bd83cef8fbee
SHA512 de2e55256d3c9d35fec3ef6dc78128801b70a5e5b8ff0f3a6f235dac17f349ea44207a7c9f35375215dbeea04cb67c3412d505d0a8a95f2b926775f804a02649
HEAD_REF main
PATCHES 0001-qt6-deprecated-qwebsocket-error.patch
)

vcpkg_check_features(
Expand Down
2 changes: 1 addition & 1 deletion ports/qcoro/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "qcoro",
"version": "0.9.0",
"version": "0.10.0",
"description": "Coroutine support for Qt",
"homepage": "https://www.github.com/danvratil/qcoro",
"documentation": "https://qcoro.dvratil.cz",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -6869,7 +6869,7 @@
"port-version": 0
},
"qcoro": {
"baseline": "0.9.0",
"baseline": "0.10.0",
"port-version": 0
},
"qcustomplot": {
Expand Down
5 changes: 5 additions & 0 deletions versions/q-/qcoro.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "98bf3c0f6c546401e5976e2d474765d838050fd3",
"version": "0.10.0",
"port-version": 0
},
{
"git-tree": "0b82c30bd542212b17946094149433dda747515f",
"version": "0.9.0",
Expand Down

0 comments on commit 9ce52f8

Please sign in to comment.