mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 08:19:01 +08:00
[configcat] Update to version 2.0.1 (#30309)
* [configcat] Update to version 2.0.1 * [configcat] Update to version 2.0.1
This commit is contained in:
parent
7ee7fbd76b
commit
ae59b93af0
@ -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
|
||||
)
|
||||
|
||||
|
@ -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",
|
||||
|
@ -1665,7 +1665,7 @@
|
||||
"port-version": 1
|
||||
},
|
||||
"configcat": {
|
||||
"baseline": "2.0.0",
|
||||
"baseline": "2.0.1",
|
||||
"port-version": 0
|
||||
},
|
||||
"console-bridge": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "f17f0bf439de376567a91361e85e3602ac5acd74",
|
||||
"version": "2.0.1",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "d85f2235f4300d30c64fc3a1b0c36c596cc130bf",
|
||||
"version": "2.0.0",
|
||||
|
Loading…
Reference in New Issue
Block a user