[influxdb-cxx] update to 0.7.2 (#37108)

- [X] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md)
- [X] SHA512s are updated for each updated download
- [ ] ~The "supports" clause reflects platforms that may be fixed by
this new version~
- [ ] ~Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.~
- [ ] ~Any patches that are no longer applied are deleted from the
port's directory.~
- [X] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [X] Only one version is added to each modified port's versions file.
This commit is contained in:
Jia Yue Hua 2024-03-05 16:22:44 +08:00 committed by GitHub
parent 3fd8837b98
commit 4d184cfdc7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 9 additions and 5 deletions

View File

@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH OUT_SOURCE_PATH SOURCE_PATH
REPO offa/influxdb-cxx REPO offa/influxdb-cxx
REF "v${VERSION}" REF "v${VERSION}"
SHA512 3be45353635df28803bd57927db292fc93db28fbec56007bbf694badcbfa277672b168c3b41cd228c9570a8b8f56212369ce7eabedca581307f4c8488a69ef27 SHA512 ac16178a17ac9b43a23d64f56d0012aeda896d3065246166abdef1441cf466453a6972c5820411936dcfa10a21505b654dfe981449c1d4cc169807f1db5d099f
HEAD_REF master HEAD_REF master
PATCHES fix-dllexports.patch PATCHES fix-dllexports.patch
) )

View File

@ -1,7 +1,6 @@
{ {
"name": "influxdb-cxx", "name": "influxdb-cxx",
"version": "0.7.1", "version": "0.7.2",
"port-version": 1,
"description": "InfluxDB C++ client library", "description": "InfluxDB C++ client library",
"homepage": "https://github.com/offa/influxdb-cxx", "homepage": "https://github.com/offa/influxdb-cxx",
"license": "MIT", "license": "MIT",

View File

@ -3585,8 +3585,8 @@
"port-version": 0 "port-version": 0
}, },
"influxdb-cxx": { "influxdb-cxx": {
"baseline": "0.7.1", "baseline": "0.7.2",
"port-version": 1 "port-version": 0
}, },
"infoware": { "infoware": {
"baseline": "2023-04-12", "baseline": "2023-04-12",

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "1fd656270f4061beeca3b7aee1346ae242c041c0",
"version": "0.7.2",
"port-version": 0
},
{ {
"git-tree": "d2b48983d5264e3524e619757f16eac814337ecb", "git-tree": "d2b48983d5264e3524e619757f16eac814337ecb",
"version": "0.7.1", "version": "0.7.1",