mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-15 02:57:56 +08:00
[configcat] Update to version 3.0.0 (#32726)
This commit is contained in:
parent
d765306b07
commit
38c402f7a7
@ -6,7 +6,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO configcat/cpp-sdk
|
||||
REF "v${VERSION}"
|
||||
SHA512 1c36121467df1567d3f83efe176a45adf1415fb0e62b3f6fda79d8249422010b80b8b3e1cb345166718b94171bf614693856caf1af8b9a49d4e9b89618fb008d
|
||||
SHA512 cb86f575e1917edf10ec423d4ae85b47c979370bdb4381e1eecdb32bc64637f5088b3a3d91fa1b0aa2604fb0fe3011bc0964b3a45e5aa32aba1d53ba0da99fd5
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "configcat",
|
||||
"version": "2.0.1",
|
||||
"version": "3.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",
|
||||
|
@ -1713,7 +1713,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"configcat": {
|
||||
"baseline": "2.0.1",
|
||||
"baseline": "3.0.0",
|
||||
"port-version": 0
|
||||
},
|
||||
"console-bridge": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "5a5b038429eeed3e978742cb13ea7c207ad57d33",
|
||||
"version": "3.0.0",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "f17f0bf439de376567a91361e85e3602ac5acd74",
|
||||
"version": "2.0.1",
|
||||
|
Loading…
x
Reference in New Issue
Block a user