Skip to content

chore(port): update robotology/ycm to v0.18.0 #230

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ports/robotology-cmake-ycm/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ vcpkg_from_github(
REF
v${VERSION}
SHA512
70e53da810f9b83744c1e87dcd13dd6c2f25138d4c7f2a85036819438b7b178c3d888a974639c10e3a977bab186cd68358433cbb308a4224ee3f4d7ba7242f8e
e4053bb4192b6e2a7e7489120c67fcf6d988612755b1f9381f9bd5287592f9c15315791a55dbd5a19945ddfdd0298a8ee8690e6772a41d0591ffd9c46ac66924
)

file(GLOB items ${SOURCE_PATH}/*)
Expand Down
2 changes: 1 addition & 1 deletion ports/robotology-cmake-ycm/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "robotology-cmake-ycm",
"version": "0.17.1",
"version": "0.18.0",
"description": "Extra CMake Modules for YARP and friends.",
"homepage": "https://github.com/robotology/ycm",
"license": "BSD-1-Clause",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"port-version": 0
},
"robotology-cmake-ycm": {
"baseline": "0.17.1",
"baseline": "0.18.0",
"port-version": 0
},
"rpavlik-cmake-modules": {
Expand Down
5 changes: 5 additions & 0 deletions versions/r-/robotology-cmake-ycm.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "2feecfcee7dfb93f7c67ac6a9dbc77d6f0adbb31",
"version": "0.18.0",
"port-version": 0
},
{
"git-tree": "6cd41099e29b6f85d1f90021bfa0902056475669",
"version": "0.17.1",
Expand Down
Loading