[continuable] update to 4.2.2 (#34099)

This commit is contained in:
Jia Yue Hua 2023-10-03 11:50:10 +08:00 committed by GitHub
parent c10bd071b5
commit 531e2474e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 4 deletions

View File

@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Naios/continuable
REF 4.2.0
SHA512 c6b6aef0299d8dd548c3a283fdc436065da13446f965b45210dd998bbe1494776f2c005e7cb7eadc5e23a1f339e6c9124eda18e550bed646df5a0fd2aa92a24d
REF "${VERSION}"
SHA512 069b1fe37d5dd3495639942af40b9d5fe90408ee0f92f61e85c8aab3e1132300eb75df216a84595cb05c35e0fcb1b789fda4dae3fd2b263ac70910f5374536cc
HEAD_REF master
PATCHES
fix-cmakelists.patch

View File

@ -1,6 +1,6 @@
{
"name": "continuable",
"version": "4.2.0",
"version": "4.2.2",
"description": "C++14 asynchronous allocation aware futures (supporting then, exception handling, coroutines and connections)",
"homepage": "https://naios.github.io/continuable/",
"license": "MIT",

View File

@ -1745,7 +1745,7 @@
"port-version": 3
},
"continuable": {
"baseline": "4.2.0",
"baseline": "4.2.2",
"port-version": 0
},
"convectionkernels": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "00cab767f56ad46e53d6b140ab675fecfa0fb427",
"version": "4.2.2",
"port-version": 0
},
{
"git-tree": "9cb413050363e8549bbc5a5f50a7882441241416",
"version": "4.2.0",