Skip to content

Commit

Permalink
[configcat] Update to version 4.0.0 (#37967)
Browse files Browse the repository at this point in the history
  • Loading branch information
kp-cat committed Apr 4, 2024
1 parent 98b3ebd commit e9938b3
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ports/configcat/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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
)

Expand Down
2 changes: 1 addition & 1 deletion ports/configcat/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -1789,7 +1789,7 @@
"port-version": 0
},
"configcat": {
"baseline": "3.2.0",
"baseline": "4.0.0",
"port-version": 0
},
"console-bridge": {
Expand Down
5 changes: 5 additions & 0 deletions versions/c-/configcat.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "258c8ef537a9b3d79574b82805d34e964fe71f56",
"version": "4.0.0",
"port-version": 0
},
{
"git-tree": "4f1f87e186100760a5a093476a921eb6396b46c7",
"version": "3.2.0",
Expand Down

0 comments on commit e9938b3

Please sign in to comment.