Skip to content

Commit

Permalink
[sdbus-cpp] bump version to v2.1.0 (#42296)
Browse files Browse the repository at this point in the history
  • Loading branch information
robojan authored Nov 22, 2024
1 parent 6effbd5 commit 5b55679
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ports/sdbus-cpp/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Kistler-Group/sdbus-cpp
REF "v${VERSION}"
SHA512 638453d2ea0d5ba556eacda59ca114896bf275d227b33b525259bf69dac3d766df6586046e6ea83a8c1afe9fb0701f4d358819ed9300bab598e775a0a2880917
SHA512 4247d49f0d5231e2768c0c96fa9c266bbcc340292c9c3d748f9c37ff992b82301faea798300f916e9a5c992d77adfe56186866c91a4c7d4157750ff09ba5a047
)


Expand Down
2 changes: 1 addition & 1 deletion ports/sdbus-cpp/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"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++",
"homepage": "https://github.com/Kistler-Group/sdbus-cpp",
"license": "LGPL-2.1-only",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -8177,7 +8177,7 @@
"port-version": 3
},
"sdbus-cpp": {
"baseline": "2.0.0",
"baseline": "2.1.0",
"port-version": 0
},
"sdformat10": {
Expand Down
5 changes: 5 additions & 0 deletions versions/s-/sdbus-cpp.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "c25ae3e021ec2ce1b605aac6fb0af5f090f70b01",
"version": "2.1.0",
"port-version": 0
},
{
"git-tree": "ad6661523f300de594ff3c23bb02922adce8454a",
"version": "2.0.0",
Expand Down

0 comments on commit 5b55679

Please sign in to comment.