Skip to content

chore(port): update robotology/ycm to v0.18.3 #269

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
Apr 2, 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
2df4554bf9cd104ddc98ea8437e265fc5098c8da9724d1cab5b850791d53118ae01818d14161093becf88adfded53fddaf0dd3f09a25a3d256794380a6ebccc2
4703f6041eddd215da0f760e10119fd86af23c5b48dd764af89b9fcb461cfc3958c94c80827d8e98485183531e862d8eae008858e5af43d1c32fcf226a452d1f
)

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.2",
"version": "0.18.3",
"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.2",
"baseline": "0.18.3",
"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": "d1b795afb63adaa57fa4501cff65101294e4a378",
"version": "0.18.3",
"port-version": 0
},
{
"git-tree": "cebac5ea30ed104174c4716ed27354f45712b83d",
"version": "0.18.2",
Expand Down
Loading