Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ports/configcat/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ endif()
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO configcat/cpp-sdk
REF v1.0.0
SHA512 4727f72583bb2216160c1607f699b5b4efc957158b783dc3d944a07b27d5400dc4738adc87fe11a0bc819f0d0bde32bd2f39ed04f20bdc103de4a62175281f36
REF "v${VERSION}"
SHA512 44e320079e92f7051e0924b4e02616e384abb89feadd1ce34823442fd195e195dea7503c4556d37ae157363ee1762421fe1d3f8e2cce70fff23e618128047acd
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": "1.0.0",
"version": "2.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 @@ -1661,7 +1661,7 @@
"port-version": 1
},
"configcat": {
"baseline": "1.0.0",
"baseline": "2.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": "d85f2235f4300d30c64fc3a1b0c36c596cc130bf",
"version": "2.0.0",
"port-version": 0
},
{
"git-tree": "b8174af728666bc67db16f8bba6cd72f977fc6ce",
"version": "1.0.0",
Expand Down