Skip to content

chore(port): update robotology/ycm to v0.18.2 #261

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
Mar 1, 2025
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
957c0d1a7135bdb55cc0bada505e5c47fc7f3a3e502c077aeb70c8820de1721cc3c111c9a16e7bb1cbfa367c491d988519a378f5f59f9724614dd57361601b48
2df4554bf9cd104ddc98ea8437e265fc5098c8da9724d1cab5b850791d53118ae01818d14161093becf88adfded53fddaf0dd3f09a25a3d256794380a6ebccc2
)

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.18.1",
"version": "0.18.2",
"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.18.1",
"baseline": "0.18.2",
"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": "cebac5ea30ed104174c4716ed27354f45712b83d",
"version": "0.18.2",
"port-version": 0
},
{
"git-tree": "870248cf791286b90f4110d883e61ba498aa909f",
"version": "0.18.1",
Expand Down
Loading