From 531e2474e9c8cfe1723a878b93c9cafa2830b53d Mon Sep 17 00:00:00 2001 From: Jia Yue Hua <3423893+jiayuehua@users.noreply.github.com> Date: Tue, 3 Oct 2023 11:50:10 +0800 Subject: [PATCH] [continuable] update to 4.2.2 (#34099) --- ports/continuable/portfile.cmake | 4 ++-- ports/continuable/vcpkg.json | 2 +- versions/baseline.json | 2 +- versions/c-/continuable.json | 5 +++++ 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/ports/continuable/portfile.cmake b/ports/continuable/portfile.cmake index de542dcfd1..23498ccb1d 100644 --- a/ports/continuable/portfile.cmake +++ b/ports/continuable/portfile.cmake @@ -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 diff --git a/ports/continuable/vcpkg.json b/ports/continuable/vcpkg.json index 1fc587b954..8ed3a9eea6 100644 --- a/ports/continuable/vcpkg.json +++ b/ports/continuable/vcpkg.json @@ -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", diff --git a/versions/baseline.json b/versions/baseline.json index 0d3964e593..aeba14269b 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -1745,7 +1745,7 @@ "port-version": 3 }, "continuable": { - "baseline": "4.2.0", + "baseline": "4.2.2", "port-version": 0 }, "convectionkernels": { diff --git a/versions/c-/continuable.json b/versions/c-/continuable.json index a3eb44398b..77cae9bf0f 100644 --- a/versions/c-/continuable.json +++ b/versions/c-/continuable.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "00cab767f56ad46e53d6b140ab675fecfa0fb427", + "version": "4.2.2", + "port-version": 0 + }, { "git-tree": "9cb413050363e8549bbc5a5f50a7882441241416", "version": "4.2.0",