mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
Update qcoro to 0.13.0
This commit is contained in:
@@ -1,12 +1,11 @@
|
||||
COMMENT = C++ coroutines for Qt
|
||||
|
||||
V = 0.12.0
|
||||
V = 0.13.0
|
||||
GH_ACCOUNT = danvratil
|
||||
GH_PROJECT = qcoro
|
||||
GH_TAGNAME = v${V}
|
||||
|
||||
FULLPKGNAME= qcoro-${V}
|
||||
REVISION= 4
|
||||
|
||||
CATEGORIES = devel
|
||||
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
SHA256 (qcoro-0.12.0.tar.gz) = gJr6+rYVk/mUwAXKbiQjAOHj5/Tbi11B+MZCqrlFD7w=
|
||||
SIZE (qcoro-0.12.0.tar.gz) = 161468
|
||||
SHA256 (qcoro-0.13.0.tar.gz) = S/91E8XI4wG2YwjfBXlQQ7F5LtFjgaSE5cmQFxuP8Z4=
|
||||
SIZE (qcoro-0.13.0.tar.gz) = 163436
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
@pkgpath devel/qcoro,qt6
|
||||
@conflict qcoro-qt6-*
|
||||
@pkgpath devel/qcoro,qt6
|
||||
include/qcoro6/
|
||||
include/qcoro6/QCoro/
|
||||
include/qcoro6/QCoro/QCoro
|
||||
@@ -39,6 +39,7 @@ include/qcoro6/qcoro/impl/
|
||||
include/qcoro6/qcoro/impl/connect.h
|
||||
include/qcoro6/qcoro/impl/isqprivatesignal.h
|
||||
include/qcoro6/qcoro/impl/lazytask.h
|
||||
include/qcoro6/qcoro/impl/mixins.h
|
||||
include/qcoro6/qcoro/impl/task.h
|
||||
include/qcoro6/qcoro/impl/taskawaiterbase.h
|
||||
include/qcoro6/qcoro/impl/taskbase.h
|
||||
@@ -47,6 +48,7 @@ include/qcoro6/qcoro/impl/taskpromise.h
|
||||
include/qcoro6/qcoro/impl/taskpromisebase.h
|
||||
include/qcoro6/qcoro/impl/waitfor.h
|
||||
include/qcoro6/qcoro/macros_p.h
|
||||
include/qcoro6/qcoro/mixins_p.h
|
||||
include/qcoro6/qcoro/qcoro.h
|
||||
include/qcoro6/qcoro/qcoroabstractsocket.h
|
||||
include/qcoro6/qcoro/qcoroasyncgenerator.h
|
||||
|
||||
Reference in New Issue
Block a user