From ae59b93af0c1dce4126e963fca5b330662495fa1 Mon Sep 17 00:00:00 2001 From: Peter Adam Korodi <52385411+kp-cat@users.noreply.github.com> Date: Tue, 21 Mar 2023 21:37:47 +0100 Subject: [PATCH] [configcat] Update to version 2.0.1 (#30309) * [configcat] Update to version 2.0.1 * [configcat] Update to version 2.0.1 --- 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 c2d417647a..5b1b085cc2 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 44e320079e92f7051e0924b4e02616e384abb89feadd1ce34823442fd195e195dea7503c4556d37ae157363ee1762421fe1d3f8e2cce70fff23e618128047acd + SHA512 1c36121467df1567d3f83efe176a45adf1415fb0e62b3f6fda79d8249422010b80b8b3e1cb345166718b94171bf614693856caf1af8b9a49d4e9b89618fb008d HEAD_REF master ) diff --git a/ports/configcat/vcpkg.json b/ports/configcat/vcpkg.json index e6b3641619..597a2a8c78 100644 --- a/ports/configcat/vcpkg.json +++ b/ports/configcat/vcpkg.json @@ -1,6 +1,6 @@ { "name": "configcat", - "version": "2.0.0", + "version": "2.0.1", "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 fc8cf08af5..1ffd1c6f60 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -1665,7 +1665,7 @@ "port-version": 1 }, "configcat": { - "baseline": "2.0.0", + "baseline": "2.0.1", "port-version": 0 }, "console-bridge": { diff --git a/versions/c-/configcat.json b/versions/c-/configcat.json index 2fc5f3b550..95d20efd67 100644 --- a/versions/c-/configcat.json +++ b/versions/c-/configcat.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "f17f0bf439de376567a91361e85e3602ac5acd74", + "version": "2.0.1", + "port-version": 0 + }, { "git-tree": "d85f2235f4300d30c64fc3a1b0c36c596cc130bf", "version": "2.0.0",