mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 05:39:06 +08:00
[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:
parent
3fd8837b98
commit
4d184cfdc7
@ -2,7 +2,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO offa/influxdb-cxx
|
||||
REF "v${VERSION}"
|
||||
SHA512 3be45353635df28803bd57927db292fc93db28fbec56007bbf694badcbfa277672b168c3b41cd228c9570a8b8f56212369ce7eabedca581307f4c8488a69ef27
|
||||
SHA512 ac16178a17ac9b43a23d64f56d0012aeda896d3065246166abdef1441cf466453a6972c5820411936dcfa10a21505b654dfe981449c1d4cc169807f1db5d099f
|
||||
HEAD_REF master
|
||||
PATCHES fix-dllexports.patch
|
||||
)
|
||||
|
@ -1,7 +1,6 @@
|
||||
{
|
||||
"name": "influxdb-cxx",
|
||||
"version": "0.7.1",
|
||||
"port-version": 1,
|
||||
"version": "0.7.2",
|
||||
"description": "InfluxDB C++ client library",
|
||||
"homepage": "https://github.com/offa/influxdb-cxx",
|
||||
"license": "MIT",
|
||||
|
@ -3585,8 +3585,8 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"influxdb-cxx": {
|
||||
"baseline": "0.7.1",
|
||||
"port-version": 1
|
||||
"baseline": "0.7.2",
|
||||
"port-version": 0
|
||||
},
|
||||
"infoware": {
|
||||
"baseline": "2023-04-12",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "1fd656270f4061beeca3b7aee1346ae242c041c0",
|
||||
"version": "0.7.2",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "d2b48983d5264e3524e619757f16eac814337ecb",
|
||||
"version": "0.7.1",
|
||||
|
Loading…
Reference in New Issue
Block a user