[sdbus-cpp] bump version to v2.1.0 (#42296)

This commit is contained in:
Robbert-Jan de Jager 2024-11-23 00:20:14 +01:00 committed by GitHub
parent 6effbd5591
commit 5b55679a99
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 8 additions and 3 deletions

View File

@ -4,7 +4,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH OUT_SOURCE_PATH SOURCE_PATH
REPO Kistler-Group/sdbus-cpp REPO Kistler-Group/sdbus-cpp
REF "v${VERSION}" REF "v${VERSION}"
SHA512 638453d2ea0d5ba556eacda59ca114896bf275d227b33b525259bf69dac3d766df6586046e6ea83a8c1afe9fb0701f4d358819ed9300bab598e775a0a2880917 SHA512 4247d49f0d5231e2768c0c96fa9c266bbcc340292c9c3d748f9c37ff992b82301faea798300f916e9a5c992d77adfe56186866c91a4c7d4157750ff09ba5a047
) )

View File

@ -1,6 +1,6 @@
{ {
"name": "sdbus-cpp", "name": "sdbus-cpp",
"version": "2.0.0", "version": "2.1.0",
"description": "High-level C++ D-Bus library for Linux designed to provide easy-to-use yet powerful API in modern C++", "description": "High-level C++ D-Bus library for Linux designed to provide easy-to-use yet powerful API in modern C++",
"homepage": "https://github.com/Kistler-Group/sdbus-cpp", "homepage": "https://github.com/Kistler-Group/sdbus-cpp",
"license": "LGPL-2.1-only", "license": "LGPL-2.1-only",

View File

@ -8177,7 +8177,7 @@
"port-version": 3 "port-version": 3
}, },
"sdbus-cpp": { "sdbus-cpp": {
"baseline": "2.0.0", "baseline": "2.1.0",
"port-version": 0 "port-version": 0
}, },
"sdformat10": { "sdformat10": {

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "c25ae3e021ec2ce1b605aac6fb0af5f090f70b01",
"version": "2.1.0",
"port-version": 0
},
{ {
"git-tree": "ad6661523f300de594ff3c23bb02922adce8454a", "git-tree": "ad6661523f300de594ff3c23bb02922adce8454a",
"version": "2.0.0", "version": "2.0.0",