From e9938b3771a6cc37f59e086962120a7ad7c7d4ee Mon Sep 17 00:00:00 2001 From: Peter Adam Korodi <52385411+kp-cat@users.noreply.github.com> Date: Thu, 4 Apr 2024 20:00:57 +0200 Subject: [PATCH] [configcat] Update to version 4.0.0 (#37967) --- ports/configcat/portfile.cmake | 2 +- ports/configcat/vcpkg.json | 2 +- versions/baseline.json | 2 +- versions/c-/configcat.json | 5 +++++ 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ports/configcat/portfile.cmake b/ports/configcat/portfile.cmake index f0390f220c..227e03595a 100644 --- a/ports/configcat/portfile.cmake +++ b/ports/configcat/portfile.cmake @@ -6,7 +6,7 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO configcat/cpp-sdk REF "v${VERSION}" - SHA512 a71706978b0a4e7b4bce7f194910b75221bc6483d38f7cda9d004abdf41dcdd97aa2754977e641c888065f3aeacd6e7e0893e5de1c9417a3d466a977a1dbb287 + SHA512 68245a0693e992497ef9411bd1ba80d9d0efb9760f0b8e33185b1ac5565d8ad2d9858d7da5808d795e95877db9f90aafd4f5ab46228036ad2670865cadbe8ac9 HEAD_REF master ) diff --git a/ports/configcat/vcpkg.json b/ports/configcat/vcpkg.json index da1ccd6119..7da45e83b9 100644 --- a/ports/configcat/vcpkg.json +++ b/ports/configcat/vcpkg.json @@ -1,6 +1,6 @@ { "name": "configcat", - "version": "3.2.0", + "version": "4.0.0", "description": "ConfigCat SDK for C++ provides easy integration for your application to ConfigCat. ConfigCat is a feature flag and configuration management service that lets you separate feature releases from deployments. Alternative to LaunchDarkly.", "homepage": "https://configcat.com/", "license": "MIT", diff --git a/versions/baseline.json b/versions/baseline.json index 9f9299fa3d..4848cb8f4e 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -1789,7 +1789,7 @@ "port-version": 0 }, "configcat": { - "baseline": "3.2.0", + "baseline": "4.0.0", "port-version": 0 }, "console-bridge": { diff --git a/versions/c-/configcat.json b/versions/c-/configcat.json index 09f3e0386d..d69fb264d3 100644 --- a/versions/c-/configcat.json +++ b/versions/c-/configcat.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "258c8ef537a9b3d79574b82805d34e964fe71f56", + "version": "4.0.0", + "port-version": 0 + }, { "git-tree": "4f1f87e186100760a5a093476a921eb6396b46c7", "version": "3.2.0",