[configcat] Update to version 4.0.0 (#37967)

This commit is contained in:
Peter Adam Korodi 2024-04-04 20:00:57 +02:00 committed by GitHub
parent 98b3ebd743
commit e9938b3771
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 8 additions and 3 deletions

View File

@ -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
)

View File

@ -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",

View File

@ -1789,7 +1789,7 @@
"port-version": 0
},
"configcat": {
"baseline": "3.2.0",
"baseline": "4.0.0",
"port-version": 0
},
"console-bridge": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "258c8ef537a9b3d79574b82805d34e964fe71f56",
"version": "4.0.0",
"port-version": 0
},
{
"git-tree": "4f1f87e186100760a5a093476a921eb6396b46c7",
"version": "3.2.0",