[influxdb-cxx] update to 0.8.0 (#48941)

This commit is contained in:
toge
2025-12-19 02:51:14 +09:00
committed by GitHub
parent db85d68989
commit ebdf861540
4 changed files with 9 additions and 5 deletions

View File

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

View File

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

View File

@@ -3961,8 +3961,8 @@
"port-version": 0
},
"influxdb-cxx": {
"baseline": "0.7.4",
"port-version": 1
"baseline": "0.8.0",
"port-version": 0
},
"infoware": {
"baseline": "2023-04-12",

View File

@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "f9f5109533c891500c4d32dc636905aef5beccdd",
"version": "0.8.0",
"port-version": 0
},
{
"git-tree": "f36993d6ee6be3db8c31343e84dd09af93d0f5da",
"version": "0.7.4",